Skip to content

Commit

Permalink
Default channel
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jun 6, 2024
1 parent 354a463 commit cde3934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ jobs:
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: pyodide-env
channels: conda-forge
use-mamba: true

# - name: Download build artifact
Expand All @@ -297,7 +298,7 @@ jobs:

- name: Install anaconda-client
run: |
mamba install -c conda-forge anaconda-client -y
mamba install -c defaults anaconda-client -y
- name: Upload wheels
run: |
Expand Down

0 comments on commit cde3934

Please sign in to comment.