Skip to content

Commit

Permalink
Update notebook-pr.yaml ci:execute
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jul 8, 2024
1 parent 8a38eb8 commit 3edc918
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,22 @@ jobs:

runs-on: ubuntu-latest
steps:

- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3edc918

Please sign in to comment.