Skip to content

Commit

Permalink
Workaround mamba bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Oct 1, 2024
1 parent 5680180 commit c4ce8ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
mamba-version: "1.5.10"
python-version: ${{ matrix.python-version }}
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
channels: conda-forge

- name: Install unstable dependencies
if: matrix.experimental == true
Expand Down

0 comments on commit c4ce8ee

Please sign in to comment.