Skip to content

Commit

Permalink
Calling anaconda through conda run in ci_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 16, 2023
1 parent 0dc9b3c commit c27c717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
if: github.event_name == 'release'
run: |
echo "Uploading to Anaconda Cloud..."
echo "$CONDA/bin" >> $GITHUB_PATH
anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload $(conda build recipe/ --output)
conda run -n base anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload $(conda build recipe/ --output)
#anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload $(conda build recipe/ --output)
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}

0 comments on commit c27c717

Please sign in to comment.