diff --git a/.github/workflows/publish-conda-from-pypi.yaml b/.github/workflows/publish-conda-from-pypi.yaml index 6a0be57..aae5bd1 100644 --- a/.github/workflows/publish-conda-from-pypi.yaml +++ b/.github/workflows/publish-conda-from-pypi.yaml @@ -43,7 +43,7 @@ jobs: - name: Remove channel "defaults" shell: bash -el {0} run: | - mamba config --remove channels defaults + conda config --remove channels defaults - name: Install boa / anaconda shell: bash -el {0} run: |