Skip to content

Commit

Permalink
CI step name update
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Oct 25, 2023
1 parent 2746471 commit f0a05ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Install jupyter kernel
run: python -m ipykernel install --user --name calliope

- name: run tests
- name: run tests without coverage
if: github.ref != 'refs/heads/main'
run: pytest

- name: run tests
- name: run tests with coverage
if: github.ref == 'refs/heads/main'
run: pytest --cov

Expand Down

0 comments on commit f0a05ad

Please sign in to comment.