We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643ba75 commit deba212Copy full SHA for deba212
.github/workflows/ci-meson.yml
@@ -70,7 +70,7 @@ jobs:
70
with:
71
path: ~/conda_pkgs_dir
72
key:
73
- ${{ runner.os }}-conda-${{ hashFiles('environment-3.11-linux.yml') }}
+ ${{ runner.os }}-conda-${{ matrix.python }}-${{ hashFiles(format('environment-{0}-{1}.yml', matrix.python, startsWith(matrix.os, 'macos') && (startsWith(runner.arch, 'ARM') && 'macos' || 'macos-x86_64') || startsWith(matrix.os, 'ubuntu') && 'linux' || 'win')) }}
74
75
- name: Setup MSVC environment
76
if: runner.os == 'windows'
0 commit comments