From ad274e707eea43796e2fd4f6058f0e68bcc1ff57 Mon Sep 17 00:00:00 2001 From: Rutger van Haasteren Date: Wed, 15 Nov 2023 11:55:23 +0100 Subject: [PATCH] Added base environment for conda upload --- .github/workflows/ci_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 5cda1f4..f6d3e7d 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -133,6 +133,7 @@ jobs: if: github.event_name == 'release' run: | echo "Uploading to Anaconda Cloud..." + source activate base anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload $(conda build recipe/ --output) env: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}