Skip to content

Commit

Permalink
incorrect version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jul 18, 2024
1 parent b8c2650 commit 913c649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:

- name: E2E Tests
run: |
export LD_LIBRARY_PATH=/usr/local/cuda-12.1/lib64:$LD_LIBRARY_PATH
export CUDA_HOME=/usr/local/cuda-12.1
/usr/local/cuda-12.1/bin/nvcc --version
export LD_LIBRARY_PATH=/usr/local/cuda-12.2/lib64:$LD_LIBRARY_PATH
export CUDA_HOME=/usr/local/cuda-12.2
/usr/local/cuda-12.2/bin/nvcc --version
cargo test --release e2e
shell: bash
env:
Expand Down

0 comments on commit 913c649

Please sign in to comment.