Skip to content

Commit 3b4b5ae

Browse files
authored
Merge pull request #384 from scverse/ori-kron-wis-patch-2
Update run_notebook_macos.yaml
2 parents 842e867 + 0b362d2 commit 3b4b5ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_notebook_macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
# - name: Install Python kernel
4343
# run: |
4444
# python -m ipykernel install --user
45-
45+
4646
- name: Run notebook
4747
run: |
48-
python -m jupyter nbconvert --execute --inplace ${{ inputs.notebook }}
48+
python -m jupyter nbconvert --execute --inplace ${{ inputs.notebook }} --gpus all
4949
5050
- uses: peter-evans/create-pull-request@v5
5151
with:

0 commit comments

Comments
 (0)