Skip to content

Commit

Permalink
add pytest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorton-usgs committed Oct 2, 2024
1 parent 45c597f commit fa2045d
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 @@ -119,7 +119,7 @@ jobs:

- name: Install pytest
run: |
pip install pytest
pip install pytest pytest-cov pytest-datafiles
- name: Install pyPRMS
run: |
Expand Down

0 comments on commit fa2045d

Please sign in to comment.