Skip to content

Commit

Permalink
Including working conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 16, 2023
1 parent c27c717 commit 7f3a676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
run: |
echo "Uploading to Anaconda Cloud..."
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 7f3a676

Please sign in to comment.