Skip to content

Commit

Permalink
Update pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Apr 12, 2024
1 parent 99401f8 commit cfa319d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Install wheel
run: |
pip install pytest-qt pytest-xvfb
pip install "dist/$(echo mnelab*.whl)[dev]"
echo 'file:///$(pwd)/dist/$(echo mnelab*.whl)'
pip install 'mnelab[dev] @ file:///$(pwd)/dist/$(echo mnelab*.whl)'
- name: Run tests
run: pytest

0 comments on commit cfa319d

Please sign in to comment.