Skip to content

Commit

Permalink
Only test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jul 13, 2023
1 parent 602e74d commit 0bb683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
flake8 tests/ --select=F811
- name: Install mikeio
run: |
pip install .[dev,test]
pip install .[test]
- name: Test with pytest
run: |
pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
Expand Down

0 comments on commit 0bb683f

Please sign in to comment.