Skip to content

Commit aa4fdcb

Browse files
committed
install test dependencies for cuda_pathfinder
1 parent d5c9caa commit aa4fdcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Build cuda-pathfinder
100100
run: |
101-
.venv/bin/pip install -v ./cuda_pathfinder
101+
.venv/bin/pip install -v ./cuda_pathfinder --group test
102102
103103
- name: Build cuda-bindings
104104
run: |
@@ -306,6 +306,7 @@ jobs:
306306
run: |
307307
.venv/Scripts/pip install -v ./cuda_python_test_helpers
308308
.venv/Scripts/pip install coverage pytest-cov Cython
309+
.venv/Scripts/pip install --group ./cuda_pathfinder/pyproject.toml:test
309310
.venv/Scripts/pip install --group ./cuda_bindings/pyproject.toml:test
310311
.venv/Scripts/pip install --group ./cuda_core/pyproject.toml:test
311312

0 commit comments

Comments
 (0)