Skip to content

Commit

Permalink
Attempt 2 to get CI working on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Sep 17, 2024
1 parent 52e9f65 commit 32a9a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32a9a09

Please sign in to comment.