Skip to content

Commit 2b611c8

Browse files
authored
Fix the coverage workflow for Linux platform (#1724)
1 parent b3e19ff commit 2b611c8

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,8 @@ jobs:
9898
9999
- name: Build cuda-pathfinder
100100
run: |
101-
.venv/bin/pip install -v ./cuda_pathfinder --group test
101+
cd cuda_pathfinder
102+
../.venv/bin/pip install -v . --group test
102103
103104
- name: Build cuda-bindings
104105
run: |

0 commit comments

Comments
 (0)