Skip to content

Commit

Permalink
Fix pytest in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Oct 15, 2024
1 parent 3a175ce commit 79399c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install -e .
pip install pytest
pip install pytest pytest-cov
- name: Test, format, lint
env:
Expand Down

0 comments on commit 79399c8

Please sign in to comment.