Skip to content

Commit

Permalink
Use conda-forge only for miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Oct 17, 2023
1 parent 4f2711c commit 15fc332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
if: steps.conda_cache.outputs.cache-hit != 'true'
with:
channels: conda-forge,defaults
channels: conda-forge
channel-priority: true
activate-environment: ""
mamba-version: "*"
Expand Down

0 comments on commit 15fc332

Please sign in to comment.