Skip to content

Commit

Permalink
Add CUDA bin to PATH in test and coverage runners
Browse files Browse the repository at this point in the history
  • Loading branch information
cosminc98 committed Jan 27, 2024
1 parent 28637d5 commit 863cdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda-toolkit-12-3
export PATH="$PATH:/usr/local/cuda/bin"
- name: Install OpenCV
run: |
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda-toolkit-12-3
export PATH="$PATH:/usr/local/cuda/bin"
- name: Install OpenCV
run: |
Expand Down

0 comments on commit 863cdcf

Please sign in to comment.