Skip to content

Commit

Permalink
Fix syntax of channels
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Jun 21, 2024
1 parent 7dabfd0 commit 35f853c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,7 @@ jobs:
with:
auto-update-conda: true
channel-priority: strict
channels:
- msys
- conda-forge
channels: msys,conda-forge
miniforge-variant: Mambaforge
python-version: ${{ env.PYTHONVERSION }}
use-mamba: true
Expand Down Expand Up @@ -893,9 +891,7 @@ jobs:
with:
auto-update-conda: true
channel-priority: strict
channels:
- msys
- conda-forge
channels: msys,conda-forge
miniforge-variant: Mambaforge
python-version: ${{ env.PYTHONVERSION }}
use-mamba: true
Expand Down Expand Up @@ -1287,9 +1283,7 @@ jobs:
with:
auto-update-conda: true
channel-priority: strict
channels:
- msys
- conda-forge
channels: msys,conda-forge
miniforge-variant: Mambaforge
python-version: ${{ env.PYTHONVERSION }}
use-mamba: true
Expand Down Expand Up @@ -1662,9 +1656,7 @@ jobs:
with:
auto-update-conda: true
channel-priority: strict
channels:
- msys
- conda-forge
channels: msys,conda-forge
miniforge-variant: Mambaforge
python-version: ${{ env.PYTHONVERSION }}
use-mamba: true
Expand Down Expand Up @@ -2036,9 +2028,7 @@ jobs:
with:
auto-update-conda: true
channel-priority: strict
channels:
- msys
- conda-forge
channels: msys,conda-forge
miniforge-variant: Mambaforge
python-version: ${{ env.PYTHONVERSION }}
use-mamba: true
Expand Down
2 changes: 1 addition & 1 deletion utils/test-install-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ env.PYTHONVERSION }}
channels: [msys, conda-forge]
channels: msys,conda-forge
# use-only-tar-bz2: true
channel-priority: strict
miniforge-variant: Mambaforge
Expand Down

0 comments on commit 35f853c

Please sign in to comment.