From 31bd474e544cfa53baa7d4a968afda500ea78917 Mon Sep 17 00:00:00 2001 From: Wolfgang Preimesberger Date: Mon, 8 May 2023 14:34:13 +0200 Subject: [PATCH] Add API Key to CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 153f253..7024330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 .