We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c480da7 commit bdd6e87Copy full SHA for bdd6e87
.github/workflows/ci-meson.yml
@@ -167,8 +167,8 @@ jobs:
167
# Ignore errors on Windows, for now
168
pytest --doctest-ignore-import-errors --doctest -rfEs -s src || true
169
else
170
- ./sage -t ${{ matrix.tests == 'all' && '--all' || '--new --long' }} -p4 --format github
171
pytest -rfEs -s src
+ ./sage -t ${{ matrix.tests == 'all' && '--all' || '--new --long' }} -p4 --format github
172
fi
173
174
- name: Check that all modules can be imported
0 commit comments