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 a7e37ef commit 8fc3eaeCopy full SHA for 8fc3eae
.github/workflows/ci-meson.yml
@@ -124,7 +124,7 @@ jobs:
124
# The following command checks that all modules can be imported.
125
# The output also includes a long list of modules together with the number of tests in each module.
126
# This can be ignored.
127
- pytest -qq --doctest --collect-only
+ pytest -qq --doctest --collect-only || true
128
129
- name: Upload log
130
uses: actions/[email protected]
0 commit comments