Skip to content

Commit

Permalink
tidy up ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald committed Feb 1, 2024
1 parent cdd2689 commit 40d5c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
token: ${{ github.token }}
- name: conda_setup
uses: conda-incubator/setup-miniconda@v2
if: matrix.os != "macos-14"
if: matrix.os != 'macos-14'
with:
activate-environment: geocat_viz_build
channel-priority: strict
Expand All @@ -41,7 +41,7 @@ jobs:
environment-file: build_envs/environment.yml
- name: conda_setup_m1
uses: conda-incubator/setup-miniconda@v2
if: matrix.os == "macos-14"
if: matrix.os == 'macos-14'
with:
installer-url: https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh
activate-environment: geocat_viz_build
Expand Down

0 comments on commit 40d5c7e

Please sign in to comment.