Skip to content

Commit 99dd383

Browse files
committed
Fix paths
1 parent 6b673bd commit 99dd383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ jobs:
113113
- name: Build cuda-bindings
114114
run: |
115115
cd cuda_bindings
116-
.venv/bin/pip install -v . --group test
116+
../.venv/bin/pip install -v . --group test
117117
118118
- name: Build cuda-core
119119
run: |
120120
cd cuda_core
121-
./venv/bin/pip install -v . --group test
121+
../.venv/bin/pip install -v . --group test
122122
123123
- name: Install coverage tools
124124
run: |

0 commit comments

Comments
 (0)