Skip to content

Commit

Permalink
force wheel for cython
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 31, 2021
1 parent 9cac39d commit 9d30621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
virtualenv -p python3 .venv
source .venv/bin/activate
pip install -r test-requirements.txt
pip install --require-hashes --no-index --no-deps --no-cache-dir -r build-requirements.txt --find-links ./bootstrap/
pip install --require-hashes --no-index --no-deps --no-cache-dir --only-binary "cython" -r build-requirements.txt --find-links ./bootstrap/
pytest -vvs tests/test_reproducible_wheels.py
reprotest-debs:
Expand Down

0 comments on commit 9d30621

Please sign in to comment.