Skip to content

Commit

Permalink
try remove tmpdir (only change left is setting env CUDA_HOME)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin committed Aug 6, 2024
1 parent 3f5bda5 commit 352eae5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test-callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,8 @@ jobs:
- name: Install CUDA
if: inputs.cuda
run: |
# Make a separate temp dir so cuda doesn't run out of space
sudo mkdir -p ~/cudatemp
# The --silent flag is necessary to bypass user-input, e.g. accepting the EULA
sudo sh ~/cache/cuda.run --silent --toolkit --tmpdir=~/cudatemp
sudo sh ~/cache/cuda.run --silent --toolkit
echo "/usr/local/cuda/bin" >> $GITHUB_PATH
- name: Print dependency information
Expand Down

0 comments on commit 352eae5

Please sign in to comment.