Skip to content

Commit

Permalink
Merge pull request #384 from scverse/ori-kron-wis-patch-2
Browse files Browse the repository at this point in the history
Update run_notebook_macos.yaml
  • Loading branch information
ori-kron-wis authored Dec 19, 2024
2 parents 842e867 + 0b362d2 commit 3b4b5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_notebook_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
# - name: Install Python kernel
# run: |
# python -m ipykernel install --user

- name: Run notebook
run: |
python -m jupyter nbconvert --execute --inplace ${{ inputs.notebook }}
python -m jupyter nbconvert --execute --inplace ${{ inputs.notebook }} --gpus all
- uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 3b4b5ae

Please sign in to comment.