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 b6ad16f commit 0bb757eCopy full SHA for 0bb757e
1 file changed
.github/workflows/ci-nightly.yml
@@ -45,7 +45,8 @@ jobs:
45
- name: Run CI tools unit tests
46
run: |
47
python -m pip install pytest
48
- python -m pytest -v ci/tools/tests
+ # Standalone CI tool tests; skip repo-root conftest.py (imports cuda.pathfinder).
49
+ python -m pytest -v --noconftest ci/tools/tests
50
51
find-wheels:
52
runs-on: ubuntu-latest
0 commit comments