Skip to content

Commit

Permalink
the github action also needs to know the optional dependencies :)
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoschmidt committed Mar 11, 2024
1 parent def80f7 commit 3e01b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --editable .[test]
- name: Test with pytest
run: |
pytest

0 comments on commit 3e01b9b

Please sign in to comment.