Skip to content

Commit 737007b

Browse files
committed
update
1 parent 6307925 commit 737007b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525

26+
- name: Set CUDA environment variables
27+
run: |
28+
echo "export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:\$LD_LIBRARY_PATH" >> ~/.bashrc
29+
echo "export CUDA_HOME=/usr/local/cuda" >> ~/.bashrc
30+
source ~/.bashrc
31+
shell: bash -e {0}
32+
2633
- name: Install dependencies
2734
run: |
2835
/opt/environments/python/jupyter/bin/python -m pip install --upgrade pip

0 commit comments

Comments
 (0)