Skip to content

Commit 685f181

Browse files
committed
install nvidia toolkit ci:execute
1 parent 49063b8 commit 685f181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/notebook-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Install dependencies
6464
if: "!contains(env.COMMIT_MESSAGE, 'skip ci') && contains(env.COMMIT_MESSAGE, 'ci:execute')"
6565
run: |
66+
# Install dependencies for github processing
6667
sudo apt install nvidia-cuda-toolkit -y
6768
sudo apt-get update && sudo apt install xvfb -y
6869
python -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)