Skip to content

Commit

Permalink
Removed optional dependency install on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Sep 20, 2023
1 parent ecb5707 commit e4bc6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python --version
python -c "import numpy; print('numpy', numpy.__version__)"
python -c "import scipy; print('scipy', scipy.__version__)"
python -m pip install .[tests] --progress-bar off
python -m pip install . --progress-bar off
- name: Test with pytest
run: |
python -m pytest -v

0 comments on commit e4bc6cb

Please sign in to comment.