Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Feb 7, 2024
1 parent 11c54b9 commit d97a806
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: API Key File
with:
env:
CDS_API_KEY: ${{secrets.CDS_API_KEY}}
run: |
pwd
echo $CDS_API_KEY
echo "$CDS_API_KEY"
# touch .cdsapirc
# echo "url: https://cds.climate.copernicus.eu/api/v2" >> .cdsapirc
# echo "$CDS_API_KEY">> .cdsapirc
Expand Down

0 comments on commit d97a806

Please sign in to comment.