Skip to content

Commit

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

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

0 comments on commit ba53155

Please sign in to comment.