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 ccda0fe commit e896359Copy full SHA for e896359
1 file changed
.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
40
environment-name: climada_env
41
environment-file: requirements/base.yml
42
create-args: >-
43
+ python=${{ matrix.python-version }}
44
make
45
# Persist environment for branch, Python version, single day
46
cache-environment-key: env-${{ github.ref }}-${{ steps.date.outputs.date }}
0 commit comments