Skip to content

Commit

Permalink
CI: Need to setup miniconda for macOS-14
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 27, 2024
1 parent 6ca6382 commit b8ae873
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
defaults:
run:
# default to use bash shell
shell: bash
shell: bash -el {0}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -73,6 +73,10 @@ jobs:
path: C:\vcpkg\installed\
if: runner.os == 'Windows'

- name: Setup conda
uses: conda-incubator/setup-miniconda@v3
if: runner.os == 'macOS'

- name: Install GMT dependencies
run: |
# $RUNNER_OS can be Linux, macOS or Windows
Expand Down

0 comments on commit b8ae873

Please sign in to comment.