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 8df5d22 commit 93d1eabCopy full SHA for 93d1eab
.github/workflows/ci.yaml
@@ -92,6 +92,8 @@ jobs:
92
environment-name: xarray-tests
93
cache-env: true
94
cache-env-key: "${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
95
+ extra-specs: |
96
+ python=${{matrix.python-version}}
97
98
# We only want to install this on one run, because otherwise we'll have
99
# duplicate annotations.
0 commit comments