Skip to content

Commit

Permalink
actions: comment out nvcc
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody committed Nov 16, 2023
1 parent 278258f commit 783d53e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
with:
os: ${{ matrix.os }}

- name: get nvcc (Linux)
if: startsWith(matrix.os, 'ubuntu')
shell: bash
run: |
sudo apt-get install nvidia-cuda-toolkit
#- name: get nvcc (Linux)
# if: startsWith(matrix.os, 'ubuntu')
# shell: bash
# run: |
# sudo apt-get install nvidia-cuda-toolkit

- name: install kvtree
uses: ecp-veloc/github-actions/build-ecp-veloc-component@main
Expand Down

0 comments on commit 783d53e

Please sign in to comment.