From bf80d4867673ece96d3af46b6d8a4304b5f7ce7a Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:06:59 +0200 Subject: [PATCH] fix macOS CI runner --- .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}