From 32a9a09640f021c8568cbab59a059772e0e70a55 Mon Sep 17 00:00:00 2001 From: finlayclark Date: Tue, 17 Sep 2024 15:11:56 +0100 Subject: [PATCH] Attempt 2 to get CI working on Mac --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 217d316..793919e 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -40,12 +40,12 @@ 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 shell: bash -l {0} run: | + micromamba install -y -n red -c conda-forge -c defaults git make apt update && apt install -y git make python -m pip install . --no-deps micromamba list