Skip to content

Commit

Permalink
Run pip-compile in Windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tombana committed Jun 18, 2024
1 parent c6edb18 commit d134c25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ jobs:
$Env:CC_OPT_FLAGS = "/O2"
python --version
python -m pip install wheel setuptools numpy six --no-cache-dir
python -m pip install wheel setuptools numpy six pip-tools --no-cache-dir
# This is needed because the requirements on windows are different than on other systems
pip-compile --strip-extras --no-emit-index-url --allow-unsafe larq_compute_engine/requirements.in
"" | python configure.py
Expand Down

0 comments on commit d134c25

Please sign in to comment.