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 307f5ac commit c0d5208Copy full SHA for c0d5208
1 file changed
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
name: Download and unzip data
66
run: |
67
uvx zenodo_get ${{ env.CLIMADA_DATA_DOI }}
68
- unzip climada.zip -d ${{ github.workspace }}
+ unzip -o climada.zip -d ${{ github.workspace }}
69
-
70
name: Run Integration Tests
71
0 commit comments