Skip to content

Commit

Permalink
Attempt 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 99bb72d commit 52e9f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52e9f65

Please sign in to comment.