Skip to content

Commit

Permalink
[CI] Fix mambaforge setup
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Jan 21, 2023
1 parent 58a5c6a commit c94f556
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -485,10 +485,9 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: test
channels: conda-forge,defaults
channel-priority: true
- name: Install conda dependencies
# See https://github.com/conda-forge/boost-cpp-feedstock/issues/41 for why we
# use boost-cpp rather than boost from conda-forge
Expand Down Expand Up @@ -746,10 +745,9 @@ jobs:
with:
auto-update-conda: true
python-version: "3.10"
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: test
channels: conda-forge,defaults
channel-priority: true
- name: Install Python dependencies
run: python3 -m pip install ruamel.yaml
- name: Install library dependencies with Conda (Windows)
Expand Down

0 comments on commit c94f556

Please sign in to comment.