Skip to content

Commit

Permalink
ci: simplify install command
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 8, 2024
1 parent af8c468 commit 2359413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install numpy
if [ -f requirements.txt ]; then pip install -e ".[test]"; fi
pip install -e .
- name: Test with pytest
run: |
python -m pytest -v -x automated_test.py

0 comments on commit 2359413

Please sign in to comment.