From 3edc9188881fd43a197c245582c442862888cd7f Mon Sep 17 00:00:00 2001 From: Zoltan Date: Mon, 8 Jul 2024 17:01:52 -0400 Subject: [PATCH] Update notebook-pr.yaml ci:execute --- .github/workflows/notebook-pr.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notebook-pr.yaml b/.github/workflows/notebook-pr.yaml index 5d3a3f64c..b14d492da 100644 --- a/.github/workflows/notebook-pr.yaml +++ b/.github/workflows/notebook-pr.yaml @@ -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: