We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 842e867 + 0b362d2 commit 3b4b5aeCopy full SHA for 3b4b5ae
1 file changed
.github/workflows/run_notebook_macos.yaml
@@ -42,10 +42,10 @@ jobs:
42
# - name: Install Python kernel
43
# run: |
44
# python -m ipykernel install --user
45
-
+
46
- name: Run notebook
47
run: |
48
- python -m jupyter nbconvert --execute --inplace ${{ inputs.notebook }}
+ python -m jupyter nbconvert --execute --inplace ${{ inputs.notebook }} --gpus all
49
50
- uses: peter-evans/create-pull-request@v5
51
with:
0 commit comments