Skip to content

Commit

Permalink
Merge pull request TUW-GEO#36 from TUW-GEO/download_test
Browse files Browse the repository at this point in the history
Add API Key to CI
  • Loading branch information
wpreimes authored May 24, 2023
2 parents 8aae19c + 31bd474 commit 565bb9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
conda env export --no-builds | grep -v "prefix" > .artifacts/$filename
fi
- name: Install package and test
env:
CDSAPI_KEY: ${{ secrets.CDSAPI_KEY }}
shell: bash -l {0}
run: |
pip install .
Expand Down

0 comments on commit 565bb9a

Please sign in to comment.