Skip to content

Commit

Permalink
replace home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori committed Oct 11, 2024
1 parent 765cdf2 commit e77ff39
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 }}" > $HOME/.cdsapirc
echo "key: ${{ secrets.ERA5_KEY }}" >> $HOME/.cdsapirc
echo "url: ${{ secrets.ERA5_URL }}" > ~/.cdsapirc
echo "key: ${{ secrets.ERA5_KEY }}" >> ~/.cdsapirc
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit e77ff39

Please sign in to comment.