Skip to content

Commit

Permalink
Add fixme for tests/test_scripts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 25, 2023
1 parent 0396d6a commit 0ca6023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: python -m pip list

- name: Test with pytest and coverage
# FIXME: ignore tests/test_scripts.py as runner breaks on Windows currently
run: |
coverage run --module pytest --ignore tests/test_scripts.py --ignore tests/contrib --ignore tests/benchmarks --ignore tests/test_notebooks.py
Expand Down

0 comments on commit 0ca6023

Please sign in to comment.