From fe5053a52a3aaa5c86d9a9c61f72de14b364df1a Mon Sep 17 00:00:00 2001 From: Moritz Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:55:31 +0200 Subject: [PATCH] fix CI runner for macOS (#625) --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec2547b70..ae3c37032 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -147,8 +147,6 @@ jobs: channel-priority: true activate-environment: elephant environment-file: requirements/environment-tests.yml - auto-activate-base: false - use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! - name: Install dependencies shell: bash -l {0}