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 4bf007a commit 2b230f7Copy full SHA for 2b230f7
.github/workflows/testing_wheels.yml
@@ -53,10 +53,16 @@ jobs:
53
- uses: actions/setup-python@v2
54
55
# Install NVCC on Ubuntu to include GPU in the wheel.
56
+ # TODO: open issues
57
+ # - `which nvcc` finds nothing? (need to add to path?)
58
+ # - testing GPU on non-GPU machine will fail
59
- name: cuda-toolkit
60
if: ${{ matrix.os == 'ubuntu-20.04' }}
61
uses: Jimver/[email protected]
62
63
+ - name: Check for NVCC
64
+ run: which nvcc
65
+
66
- name: Install cibuildwheel and twine
67
run: python -m pip install cibuildwheel==1.11.0
68
0 commit comments