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