Skip to content

Commit d0bc9ec

Browse files
CIBW PATH
1 parent 4b64631 commit d0bc9ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
# - nope, confirmed working at workflow level
5959
# - might still be unavailable lower down? seems unlikely
6060
# - still skipping GPU-based tests
61+
# - checks suggest CUDA is on the path...what now?
62+
# - might not be getting to CIBW
6163
# - testing GPU on non-GPU machine will fail
6264
- name: cuda-toolkit
6365
if: ${{ matrix.os == 'ubuntu-20.04' }}
@@ -73,7 +75,8 @@ jobs:
7375

7476
- name: Third check
7577
if: ${{ matrix.os == 'ubuntu-20.04' }}
76-
run: PATH="${PATH}:${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
78+
env:
79+
CIBW_ENVIRONMENT: PATH=$PATH
7780

7881
- name: Install cibuildwheel and twine
7982
run: python -m pip install cibuildwheel==1.11.0

0 commit comments

Comments
 (0)