Skip to content

Commit 4824b5c

Browse files
committed
ci: Try to import CLIMADA in the test-install job
1 parent 2ff950b commit 4824b5c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/test-install.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,12 @@ jobs:
3030
create-args: >-
3131
python=${{ matrix.python-version }}
3232
climada
33-
cache-environment: false # Recompute environment for each run
33+
init-shell: bash powershell
34+
# Recompute environment for each run, but possibly use cached downloads
35+
cache-environment: false
3436
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

Comments
 (0)