Skip to content

Commit 327f1a5

Browse files
authored
Remove workaround to install dependencies (#75)
Since we are releasing to PyPI there is no longer a need to install dependencies in the package testing workflow. Fixes issue #63
1 parent 0c69185 commit 327f1a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/maturin_ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
python3 -m venv .venv
5656
source .venv/bin/activate
5757
pip install sedpack --find-links dist --force-reinstall
58-
pip install --require-hashes --no-deps -r requirements.txt # TODO workaround
5958
pip install pytest
6059
pytest
6160
- name: pytest
@@ -71,7 +70,6 @@ jobs:
7170
pip3 install -U pip pytest
7271
run: |
7372
set -e
74-
pip3 install --require-hashes --no-deps -r requirements.txt # TODO workaround
7573
pip3 install sedpack --find-links dist --force-reinstall
7674
pytest
7775

0 commit comments

Comments
 (0)