Skip to content

Commit

Permalink
Make sure pytest is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 10, 2024
1 parent a3e7a03 commit 7dbc9eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
run: |
python -m pip install numpy==1.23.5
# now run test suite
pip install -r requirements.txt
pip install pytest ruff
pip install -e .
pytest
- name: Install dependencies
Expand Down

0 comments on commit 7dbc9eb

Please sign in to comment.