Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 14, 2024
1 parent 67928f4 commit d539f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/jupyter/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:

steps:
#- name: Check out repository
# uses: actions/checkout@v3
# uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/setup-environment@main
with:
Expand All @@ -47,7 +47,7 @@ runs:
# There is no need to create the kernel if the jupyter book is installed within the same virtual environment as the package
# poetry run python -m ipykernel install --user --name=${{ inputs.kernel || 'cvx' }}
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Jupyter Cache
with:
path: ~/book/_build/.jupyter_cache
Expand Down

0 comments on commit d539f59

Please sign in to comment.