Skip to content

Commit

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

0 comments on commit 3b30c34

Please sign in to comment.