We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c69185 commit 327f1a5Copy full SHA for 327f1a5
.github/workflows/maturin_ci.yml
@@ -55,7 +55,6 @@ jobs:
55
python3 -m venv .venv
56
source .venv/bin/activate
57
pip install sedpack --find-links dist --force-reinstall
58
- pip install --require-hashes --no-deps -r requirements.txt # TODO workaround
59
pip install pytest
60
pytest
61
- name: pytest
@@ -71,7 +70,6 @@ jobs:
71
70
pip3 install -U pip pytest
72
run: |
73
set -e
74
- pip3 install --require-hashes --no-deps -r requirements.txt # TODO workaround
75
pip3 install sedpack --find-links dist --force-reinstall
76
77
0 commit comments