From b8ae873c031a26271e0e16cd4792dd4b72ab8ef2 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 27 Apr 2024 19:02:55 +0800 Subject: [PATCH] CI: Need to setup miniconda for macOS-14 --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5b7413d2795..e46e5ce18dfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ on: defaults: run: # default to use bash shell - shell: bash + shell: bash -el {0} concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -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