diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 25dc983498..2e31a245ad 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -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: |