Skip to content

Commit

Permalink
Merge pull request #2309 from OsaAjani/fix-macos-ci
Browse files Browse the repository at this point in the history
Try fixing conda for macos
  • Loading branch information
OsaAjani authored Jan 5, 2025
2 parents cd8369c + 4d469c4 commit 6b228bf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,21 @@ jobs:
# Uses Python Framework build because on macOS, Matplotlib requires it
macos:
runs-on: macos-13
# Do not ignore bash profile files. From:
# https://github.com/marketplace/actions/setup-miniconda
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/[email protected]
- uses: s-weigand/setup-[email protected]
- uses: conda-incubator/setup-miniconda@v3
with:
activate-conda: true
auto-update-conda: true
python-version: ${{ matrix.python-version }}
auto-activate-base: true

- name: Install pythonw
run: conda install python.app
Expand Down

0 comments on commit 6b228bf

Please sign in to comment.