Skip to content

Commit

Permalink
Ignore import errors also on meson
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 13, 2024
1 parent a3845f6 commit c781ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
# We don't install sage_setup, so don't try to test it
rm -R ./src/sage_setup/
pip install coverage pytest-xdist pytest-github-actions-annotate-failures pytest-isolate
coverage run -m pytest --doctest --isolate -s -rfEs src
pytest --doctest-ignore-import-errors --doctest --isolate -rfEs -s src

0 comments on commit c781ad8

Please sign in to comment.