Skip to content

Commit

Permalink
Fix actually asking pip for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed May 1, 2024
1 parent 3b30c34 commit 10e757e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -f requirements_dev.txt
pip install dist/*.whl
pip install -r requirements_dev.txt dist/*.whl
- name: Test with pytest
run: |
pytest tests
Expand Down

0 comments on commit 10e757e

Please sign in to comment.