Skip to content

Commit

Permalink
updated cdsapi key
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF committed Oct 24, 2024
1 parent 7733bed commit 8d9baa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:

- name: Tests
env:
CDSAPI_URL: https://cds.climate.copernicus.eu/api/v2
CDSAPI_KEY: ${{ secrets.CDSAPI_KEY }}
CDSAPI_URL: https://cds.climate.copernicus.eu/api
CDSAPI_KEY: ${{ secrets.CDSAPI_KEY_2024 }}
run: |
pip install setuptools
python setup.py develop
Expand Down

0 comments on commit 8d9baa5

Please sign in to comment.