Skip to content

Commit

Permalink
use pip install -e .[tests] in CI
Browse files Browse the repository at this point in the history
the same as recommended in README
  • Loading branch information
oplatek committed Nov 6, 2024
1 parent f42431a commit d00e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py311_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install -e .[test]
- name: Run tests
run: |
pytest

0 comments on commit d00e151

Please sign in to comment.