Skip to content

Commit a4d70fd

Browse files
committed
feat: remove conda-verify from installation in CI workflow
1 parent 69412bb commit a4d70fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ANACONDA_CHANNEL_UPLOAD_TOKEN: ${{ secrets.ANACONDA_CHANNEL_UPLOAD_TOKEN }}
2626
run: |
2727
source $CONDA/etc/profile.d/conda.sh
28-
conda install -n base -y conda-build conda-verify anaconda-client setuptools_scm
28+
conda install -n base -y conda-build anaconda-client setuptools_scm
2929
conda config --set anaconda_upload yes
3030
export SETUPTOOLS_SCM_PRETEND_VERSION=$(python -m setuptools_scm)
3131
conda build -c conda-forge -c cadwr-dms -c defaults --user cadwr-dms --token "$ANACONDA_CHANNEL_UPLOAD_TOKEN" conda.recipe

0 commit comments

Comments
 (0)