Skip to content

Commit df299a2

Browse files
committed
ci: skip root conftest when running ci/tools/tests in nightly
1 parent b712ef4 commit df299a2

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
@@ -49,7 +49,8 @@ jobs:
4949
- name: Run CI tools unit tests
5050
run: |
5151
python -m pip install pytest
52-
python -m pytest -v ci/tools/tests
52+
# Standalone CI tool tests; skip repo-root conftest.py (imports cuda.pathfinder).
53+
python -m pytest -v --noconftest ci/tools/tests
5354
5455
find-wheels:
5556
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)