Skip to content

Commit

Permalink
Merge branch 'feature/era5' of https://github.com/wri/cities-cif into…
Browse files Browse the repository at this point in the history
… feature/era5
  • Loading branch information
weiqi-tori committed Sep 27, 2024
2 parents 7a52d68 + dbff5cb commit 3f2989c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:
matrix:
python-version: ["3.10"]
steps:
- name: Preserve $HOME set in the container
run: |
echo $HOME
echo HOME=$HOME >> "$GITHUB_ENV"
- name: Add ERA5 API key
run: |
cat <<EOF > $HOME/.cdsapirc
url: ${{ secrets.ERA5_URL }}
key: ${{ secrets.ERA5_KEY }}
EOF
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
Expand All @@ -40,4 +43,4 @@ jobs:
GOOGLE_APPLICATION_USER: ${{ secrets.GOOGLE_APPLICATION_USER }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
run: |
pytest tests
pytest

0 comments on commit 3f2989c

Please sign in to comment.