From bad008660494a15e38f1206f46ee9f3dd2778467 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Tue, 9 Jul 2024 12:02:29 +0200 Subject: [PATCH] Add `Clear cache` to `testsuite.yml` --- .github/workflows/testsuite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index f736079..74e12a1 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -28,6 +28,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Clear cache + run: rm -rf /github/home/conda_pkgs_dir + - name: Setup Miniconda uses: conda-incubator/setup-miniconda@v2 with: