Skip to content

Commit 34a4870

Browse files
committed
Fix paths
1 parent e4096ac commit 34a4870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Set cuda package install root
128128
run: |
129-
echo "CUDA_PYTHON_ROOT=$(python -c 'import cuda; print(cuda.__path__[0])')" >> $GITHUB_ENV
129+
echo "CUDA_PYTHON_ROOT=$(.venv/bin/python -c 'import cuda; print(cuda.__path__[0])')" >> $GITHUB_ENV
130130
echo "REPO_ROOT=$(pwd)" >> $GITHUB_ENV
131131
132132
- name: Run cuda.pathfinder tests

0 commit comments

Comments
 (0)