Skip to content

Commit

Permalink
Fix conda deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gpleiss committed Sep 6, 2024
1 parent 1f1b5e8 commit 6cb2bb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ jobs:
conda config --append channels conda-forge
/usr/share/miniconda/bin/anaconda login --username ${{ secrets.CONDA_USERNAME }} --password ${{ secrets.CONDA_PASSWORD }}
python -m setuptools_scm
cd .conda
conda build .
conda build .conda
/usr/share/miniconda/bin/anaconda logout
cd ..

0 comments on commit 6cb2bb8

Please sign in to comment.