Skip to content

Commit 0bb757e

Browse files
committed
ci: skip root conftest when running ci/tools/tests in nightly
1 parent b6ad16f commit 0bb757e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
- name: Run CI tools unit tests
4646
run: |
4747
python -m pip install pytest
48-
python -m pytest -v ci/tools/tests
48+
# Standalone CI tool tests; skip repo-root conftest.py (imports cuda.pathfinder).
49+
python -m pytest -v --noconftest ci/tools/tests
4950
5051
find-wheels:
5152
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)