Skip to content

Commit

Permalink
.github/workflows/ci-conda.yml: Set environment file depending on run…
Browse files Browse the repository at this point in the history
…ner arch
  • Loading branch information
mkoeppe committed May 20, 2024
1 parent 05d436b commit b0b7433
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 b0b7433

Please sign in to comment.