Skip to content

Commit 6cb2bb8

Browse files
committed
Fix conda deploy
1 parent 1f1b5e8 commit 6cb2bb8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,5 @@ jobs:
5555
conda config --append channels conda-forge
5656
/usr/share/miniconda/bin/anaconda login --username ${{ secrets.CONDA_USERNAME }} --password ${{ secrets.CONDA_PASSWORD }}
5757
python -m setuptools_scm
58-
cd .conda
59-
conda build .
58+
conda build .conda
6059
/usr/share/miniconda/bin/anaconda logout
61-
cd ..

0 commit comments

Comments
 (0)