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 3976e60 commit f997051Copy full SHA for f997051
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
name: Download and unzip data
51
run: |
52
uvx zenodo_get -v 3 10.5281/zenodo.20592941
53
- unzip climada.zip -q -d $GITHUB_WORKSPACE
+ unzip -q climada.zip -d $GITHUB_WORKSPACE
54
-
55
name: Create CLIMADA config file
56
0 commit comments