Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 4, 2024
1 parent a4030ff commit 87634e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/read-nwbfile-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- run: git fetch --prune --unshallow --tags

- name: Install pytest
run: pip install pytest
run: |
pip install pytest
pip install pytest-cov
- name: Install package
run: pip install ".[dandi]"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/streaming-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- run: git fetch --prune --unshallow --tags

- name: Install pytest
run: pip install pytest
run: |
pip install pytest
pip install pytest-cov
- name: Install package
run: pip install ".[dandi]"
Expand Down

0 comments on commit 87634e0

Please sign in to comment.