Skip to content

Commit

Permalink
Merge branch 'conda-lock-rename-macos' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed May 20, 2024
2 parents 740916c + b0b7433 commit 9f13f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
channels: conda-forge
channel-priority: true
activate-environment: sage
environment-file: src/${{ matrix.conda-env }}-${{ matrix.python }}-${{ startsWith(matrix.os, 'macos') && 'macos' || 'linux' }}.yml
environment-file: src/${{ matrix.conda-env }}-${{ matrix.python }}-${{ startsWith(matrix.os, 'macos') && (startsWith(env.RUNNER_ARCH, "ARM") && 'macos' || 'macos-x86_64') || 'linux' }}.yml

- name: Print Conda environment
shell: bash -l {0}
Expand Down

0 comments on commit 9f13f33

Please sign in to comment.