Skip to content

Commit

Permalink
Changed source activate to conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 15, 2023
1 parent ad274e7 commit fdac820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
if: github.event_name == 'release'
run: |
echo "Uploading to Anaconda Cloud..."
source activate base
conda 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 fdac820

Please sign in to comment.