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 69412bb commit a4d70fdCopy full SHA for a4d70fd
1 file changed
.github/workflows/python-package-conda.yml
@@ -25,7 +25,7 @@ jobs:
25
ANACONDA_CHANNEL_UPLOAD_TOKEN: ${{ secrets.ANACONDA_CHANNEL_UPLOAD_TOKEN }}
26
run: |
27
source $CONDA/etc/profile.d/conda.sh
28
- conda install -n base -y conda-build conda-verify anaconda-client setuptools_scm
+ conda install -n base -y conda-build anaconda-client setuptools_scm
29
conda config --set anaconda_upload yes
30
export SETUPTOOLS_SCM_PRETEND_VERSION=$(python -m setuptools_scm)
31
conda build -c conda-forge -c cadwr-dms -c defaults --user cadwr-dms --token "$ANACONDA_CHANNEL_UPLOAD_TOKEN" conda.recipe
0 commit comments