We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1b5e8 commit 6cb2bb8Copy full SHA for 6cb2bb8
.github/workflows/deploy.yml
@@ -55,7 +55,5 @@ jobs:
55
conda config --append channels conda-forge
56
/usr/share/miniconda/bin/anaconda login --username ${{ secrets.CONDA_USERNAME }} --password ${{ secrets.CONDA_PASSWORD }}
57
python -m setuptools_scm
58
- cd .conda
59
- conda build .
+ conda build .conda
60
/usr/share/miniconda/bin/anaconda logout
61
- cd ..
0 commit comments