Skip to content

Commit

Permalink
keep it to one line
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 25, 2023
1 parent 82dffff commit e14d68b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ jobs:

- name: Test with pytest and coverage
run: |
coverage run --module pytest \
--ignore tests/contrib \
--ignore tests/benchmarks \
--ignore tests/test_notebooks.py \
--ignore tests/test_scripts.py
coverage run --module pytest --ignore tests/contrib --ignore tests/benchmarks --ignore tests/test_notebooks.py --ignore tests/test_scripts.py
- name: Coverage report for core project
run: |
Expand Down

0 comments on commit e14d68b

Please sign in to comment.