Skip to content

Commit

Permalink
remove defaults channel (use conda, not mamba)
Browse files Browse the repository at this point in the history
  • Loading branch information
balbasty committed Sep 13, 2024
1 parent 724a070 commit 933ba3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-conda-from-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 933ba3e

Please sign in to comment.