Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:saezlab/networkcommons into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jul 2, 2024
2 parents 1c22090 + 4a11730 commit 05c5361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
- name: Tests and coverage
if: ${{ github.event_name == 'push' }}
run: |
pytest -v --cov --color=yes --durations=0
poetry run pytest -v --cov --color=yes --durations=0
- name: Tests
if: ${{ github.event_name == 'pull_request' }}
run: |
pytest -v --cov --color=yes --durations=0
poetry run pytest -v --cov --color=yes --durations=0
- name: Upload coverage reports to Codecov
if: ${{ github.event_name == 'push' }}
env:
Expand Down

0 comments on commit 05c5361

Please sign in to comment.