Skip to content

Commit

Permalink
fix mamba issue
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Feb 14, 2023
1 parent 27187fd commit 2b55d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
auto-update-conda: false
channels: conda-forge
mamba-version: '*'
miniforge-variant: Mambaforge
activate-environment: bitinfo
python-version: "3.11"
- name: Set up conda environment
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
channels: conda-forge
mamba-version: "*"
miniforge-variant: Mambaforge
activate-environment: bitinfo
auto-update-conda: false
python-version: "3.11"
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
with:
auto-update-conda: false
channels: conda-forge
mamba-version: '*'
miniforge-variant: Mambaforge
activate-environment: bitinfo
python-version: "3.11"
- name: Set up conda environment
Expand Down

0 comments on commit 2b55d45

Please sign in to comment.