File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636
3737 steps :
3838 - name : checkout repo
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040
4141 - name : setup micromamba
42- uses : mamba-org/setup-micromamba@main
42+ uses : mamba-org/setup-micromamba@v2
4343 with :
4444 environment-file : ${{ matrix.environment-file }}
4545 micromamba-version : " latest"
5454 run : pytest -v . -m "request" --cov=geodatasets --cov-append --cov-report term-missing --cov-report xml --color=yes
5555 if : matrix.os == 'ubuntu-latest' && matrix.environment-file == 'ci/latest.yaml'
5656
57- - uses : codecov/codecov-action@v4
57+ - uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 853853 },
854854 "eea" : {
855855 "large_rivers" : {
856- "url" : " https://zenodo.org/records/17857144/files/ wise_large_rivers.zip?download=1 " ,
856+ "url" : " https://github.com/geopandas/geodatasets/raw/refs/heads/main/data_backup/ wise_large_rivers.zip" ,
857857 "license" : " ODC-by" ,
858858 "attribution" : " European Environmental Agency" ,
859859 "name" : " eea.large_rivers" ,
You can’t perform that action at this time.
0 commit comments