Skip to content

Commit

Permalink
Added base environment for conda upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 15, 2023
1 parent 5c757a5 commit ad274e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ad274e7

Please sign in to comment.