Skip to content

Commit

Permalink
Add API Key to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed May 8, 2023
1 parent 8aae19c commit 31bd474
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 31bd474

Please sign in to comment.