We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b64631 commit d0bc9ecCopy full SHA for d0bc9ec
.github/workflows/testing_wheels.yml
@@ -58,6 +58,8 @@ jobs:
58
# - nope, confirmed working at workflow level
59
# - might still be unavailable lower down? seems unlikely
60
# - still skipping GPU-based tests
61
+ # - checks suggest CUDA is on the path...what now?
62
+ # - might not be getting to CIBW
63
# - testing GPU on non-GPU machine will fail
64
- name: cuda-toolkit
65
if: ${{ matrix.os == 'ubuntu-20.04' }}
@@ -73,7 +75,8 @@ jobs:
73
75
74
76
- name: Third check
77
- run: PATH="${PATH}:${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
78
+ env:
79
+ CIBW_ENVIRONMENT: PATH=$PATH
80
81
- name: Install cibuildwheel and twine
82
run: python -m pip install cibuildwheel==1.11.0
0 commit comments