We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49063b8 commit 685f181Copy full SHA for 685f181
.github/workflows/notebook-pr.yaml
@@ -63,6 +63,7 @@ jobs:
63
- name: Install dependencies
64
if: "!contains(env.COMMIT_MESSAGE, 'skip ci') && contains(env.COMMIT_MESSAGE, 'ci:execute')"
65
run: |
66
+ # Install dependencies for github processing
67
sudo apt install nvidia-cuda-toolkit -y
68
sudo apt-get update && sudo apt install xvfb -y
69
python -m pip install --upgrade pip wheel
0 commit comments