Skip to content

Commit 93d1eab

Browse files
authored
actually test different python versions (#7242)
1 parent 8df5d22 commit 93d1eab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
environment-name: xarray-tests
9393
cache-env: true
9494
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}}
9597
9698
# We only want to install this on one run, because otherwise we'll have
9799
# duplicate annotations.

0 commit comments

Comments
 (0)