Skip to content

Commit

Permalink
cuda runner 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 24, 2023
1 parent 8ffc1d2 commit 2871984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
sub-packages: '["nvcc", "visual_studio_integration"]'
non-cuda-sub-packages: '["libcublas", "libcusparse"]'

# - name: CHECK CUDA
# if: matrix.os == 'windows-latest'
# run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"
- name: CHECK CUDA
if: matrix.os == 'windows-latest'
run: echo "Installed cuda version is: ${{ steps.cuda-toolkit.outputs.cuda }}"

# Build wheel for windows with CUDA enabled. Note that cibuildwheel
# does not need manylinux docker, thuns, CUDA can be installed in
Expand Down

0 comments on commit 2871984

Please sign in to comment.