added anaconda-client

This commit is contained in:
Erik Fröjdh
2024-10-29 17:54:02 +01:00
parent a8afa04129
commit c3a5d22f83

View File

@ -32,7 +32,7 @@ jobs:
channels: conda-forge channels: conda-forge
- name: Prepare - name: Prepare
run: conda install conda-build conda-verify pytest run: conda install conda-build conda-verify pytest anaconda-client
- name: Enable upload - name: Enable upload
run: conda config --set anaconda_upload yes run: conda config --set anaconda_upload yes