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 e52f66c commit be51217Copy full SHA for be51217
.github/workflows/testing_pip_import.yml
@@ -61,7 +61,7 @@ jobs:
61
cd ../../mth5/tests/
62
pytest -rA .
63
cd ../../aurora/tests/
64
- pytest -rA .
+ pytest -rA . -k "not test_doc_build.py"
65
cd ../../tests/
66
67
0 commit comments