From 52e9f65c2876ae47b5f82b3f29925f96fbadfeb7 Mon Sep 17 00:00:00 2001 From: finlayclark Date: Tue, 17 Sep 2024 15:02:07 +0100 Subject: [PATCH] Attempt to get CI working on Mac --- .github/workflows/CI.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 42d1a88..217d316 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -40,6 +40,7 @@ jobs: environment-name: red create-args: >- # beware the >- instead of |, we don't split on newlines but on spaces python=${{ matrix.python-version }} + init-shell: true # Required for the make commands to work on Mac - name: Install package # conda setup requires this special shell