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 0d6cc38 commit 450ab18Copy full SHA for 450ab18
1 file changed
.github/workflows/ci.yml
@@ -61,13 +61,13 @@ jobs:
61
run: |
62
uv sync --locked --dev
63
-
64
- name: Cache data
+ name: Cache testing data
65
uses: actions/cache@v5
66
with:
67
path: climada.zip
68
key: ${{ env.CLIMADA_DATA_DOI }}
69
70
- name: Download and unzip data
+ name: Download and unzip testing data
71
72
uvx zenodo_get ${{ env.CLIMADA_DATA_DOI }}
73
unzip -o climada.zip -d ${{ github.workspace }}
0 commit comments