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 1389406 commit c076262Copy full SHA for c076262
.github/workflows/ci-meson.yml
@@ -72,7 +72,7 @@ jobs:
72
with:
73
path: ~/conda_pkgs_dir
74
key:
75
- ${{ 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')) }}
+ ${{ runner.os }}-conda-${{ hashFiles('environment-3.11-linux.yml') }}
76
77
- name: Setup MSVC environment
78
if: runner.os == 'windows'
0 commit comments