Skip to content

Commit

Permalink
remove defaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
balbasty committed Sep 13, 2024
1 parent c75f484 commit 724a070
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-conda-from-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ jobs:
OVERRIDE: ${{ inputs.override }}
run: echo "$PLATFORMS // $DRYRUN // $OVERRIDE"
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
mamba-version: "*"
channels: conda-forge
channel-priority: true
activate-environment: build
- name: Remove channel "defaults"
shell: bash -el {0}
run: |
mamba config --remove channels defaults
- name: Install boa / anaconda
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 724a070

Please sign in to comment.