We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c9caa commit aa4fdcbCopy full SHA for aa4fdcb
.github/workflows/coverage.yml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Build cuda-pathfinder
100
run: |
101
- .venv/bin/pip install -v ./cuda_pathfinder
+ .venv/bin/pip install -v ./cuda_pathfinder --group test
102
103
- name: Build cuda-bindings
104
@@ -306,6 +306,7 @@ jobs:
306
307
.venv/Scripts/pip install -v ./cuda_python_test_helpers
308
.venv/Scripts/pip install coverage pytest-cov Cython
309
+ .venv/Scripts/pip install --group ./cuda_pathfinder/pyproject.toml:test
310
.venv/Scripts/pip install --group ./cuda_bindings/pyproject.toml:test
311
.venv/Scripts/pip install --group ./cuda_core/pyproject.toml:test
312
0 commit comments