Skip to content

Commit

Permalink
Update dev_ci_cd_conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori authored Sep 29, 2024
1 parent 5cebf72 commit 2c15d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
steps:
- name: Set up .cdsapirc
run: |
echo "url: ${{ secrets.ERA5_URL }}" > ~/.cdsapirc
echo "key: ${{ secrets.ERA5_KEY }}" >> ~/.cdsapirc
echo "url: ${{ secrets.ERA5_URL }}" > $HOME/.cdsapirc
echo "key: ${{ secrets.ERA5_KEY }}" >> $HOME/.cdsapirc
# - name: Preserve $HOME set in the container
# run: |
# echo $HOME
Expand Down

0 comments on commit 2c15d7b

Please sign in to comment.