Skip to content

Commit 2b230f7

Browse files
Checking for nvcc binary
1 parent 4bf007a commit 2b230f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,16 @@ jobs:
5353
- uses: actions/setup-python@v2
5454

5555
# 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
5659
- name: cuda-toolkit
5760
if: ${{ matrix.os == 'ubuntu-20.04' }}
5861
uses: Jimver/[email protected]
5962

63+
- name: Check for NVCC
64+
run: which nvcc
65+
6066
- name: Install cibuildwheel and twine
6167
run: python -m pip install cibuildwheel==1.11.0
6268

0 commit comments

Comments
 (0)