Skip to content

Commit

Permalink
adding github action pytest missing dependency for pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jun 27, 2023
1 parent d1a56dd commit 51ecd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest python-dateutil==2.8.2 pint==0.21 importlib-metadata==6.7.0
pip install pytest pytest-cov python-dateutil==2.8.2 pint==0.21 importlib-metadata==6.7.0
#- name: Install conda env
# uses: conda-incubator/setup-miniconda@v2
# with:
Expand Down

0 comments on commit 51ecd3d

Please sign in to comment.