Skip to content

Commit 4a2ebae

Browse files
committed
Use conda-build command
1 parent 7fbcc5f commit 4a2ebae

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
@@ -29,6 +29,6 @@ jobs:
2929
conda activate test_vtools3
3030
conda config --set anaconda_upload yes
3131
export SETUPTOOLS_SCM_PRETEND_VERSION=$(python -m setuptools_scm)
32-
conda build -c cadwr-dms -c conda-forge --user cadwr-dms --token "$ANACONDA_CHANNEL_UPLOAD_TOKEN" conda.recipe
32+
conda-build -c cadwr-dms -c conda-forge --user cadwr-dms --token "$ANACONDA_CHANNEL_UPLOAD_TOKEN" conda.recipe
3333
conda activate
3434
conda remove -n test_vtools3 --all

0 commit comments

Comments
 (0)