Skip to content

Commit

Permalink
Sterilize cx_Freeze version, with --pre
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Oct 25, 2024
1 parent ad28d08 commit 436661b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cross_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python3 -m pip install --upgrade -r build/requirements.txt
python3 -m pip install meson ninja
python3 -m pip install --upgrade cx_Freeze-7.3.0.dev0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
python3 -m pip install --pre cx_Freeze-7.3.0.dev0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
export PATH="/usr/local/bin:$PATH"
./build/debian/makedist_debian.sh
Expand Down
3 changes: 0 additions & 3 deletions build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
-r ../requirements.txt

cx_Freeze; sys_platform != 'darwin'
PyInstaller; sys_platform == 'darwin'

setuptools
requests

0 comments on commit 436661b

Please sign in to comment.