Skip to content

Commit c0d5208

Browse files
committed
ci: Overwrite when unzipping
1 parent 307f5ac commit c0d5208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Download and unzip data
6666
run: |
6767
uvx zenodo_get ${{ env.CLIMADA_DATA_DOI }}
68-
unzip climada.zip -d ${{ github.workspace }}
68+
unzip -o climada.zip -d ${{ github.workspace }}
6969
-
7070
name: Run Integration Tests
7171
run: |

0 commit comments

Comments
 (0)