Skip to content

Commit

Permalink
Stop using mambaforge since now conda by default uses mamba as resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed May 17, 2024
1 parent effad94 commit 6d382e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
if: matrix.type == 'conda'
with:
python-version: ${{ matrix.python }}
miniforge-variant: Mambaforge
miniforge-version: latest
channels: conda-forge
channel-priority: true
Expand All @@ -113,7 +112,7 @@ jobs:
if: matrix.type == 'conda'
# Note: pytest-icdiff creates problems on macOS.
run: |
mamba install -y \
conda install -y \
coloredlogs \
mashumaro \
numpy \
Expand Down

0 comments on commit 6d382e2

Please sign in to comment.