We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff950b commit 4824b5cCopy full SHA for 4824b5c
1 file changed
.github/workflows/test-install.yml
@@ -30,5 +30,12 @@ jobs:
30
create-args: >-
31
python=${{ matrix.python-version }}
32
climada
33
- cache-environment: false # Recompute environment for each run
+ init-shell: bash powershell
34
+ # Recompute environment for each run, but possibly use cached downloads
35
+ cache-environment: false
36
cache-downloads: true
37
+ cache-downloads-key: downloads-${{ matrix.os }}-py${{ matrix.python-version }}
38
+
39
+ -
40
+ name: Import CLIMADA
41
+ run: python -c "import climada"
0 commit comments