From 84eac13121181c8d6d58769eec83468fb3d3a05d Mon Sep 17 00:00:00 2001 From: Till Hartmann <till.hartmann@bih-charite.de> Date: Wed, 11 Dec 2024 14:52:15 +0100 Subject: [PATCH] ? --- .github/actions/conda-cache/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/conda-cache/action.yml b/.github/actions/conda-cache/action.yml index 87b91f6b..fe0a0e84 100644 --- a/.github/actions/conda-cache/action.yml +++ b/.github/actions/conda-cache/action.yml @@ -20,13 +20,11 @@ runs: using: "composite" steps: - name: Setup conda - shell: bash -el {0} uses: conda-incubator/setup-miniconda@v3 with: activate-environment: ci_test_conda - name: Cache conda - shell: bash -el {0} uses: actions/cache@v3 with: path: ~/conda_pkgs_dir