Skip to content

Commit

Permalink
.github/workflows/ci-conda.yml: Use our condarc.yml, do not force mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Oct 2, 2023
1 parent 0b17ca8 commit 01eefff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python }}
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: strict
condarc-file: condarc.yml
activate-environment: sage-build
environment-file: src/${{ matrix.conda-env }}-${{ matrix.python }}.yml

Expand Down

0 comments on commit 01eefff

Please sign in to comment.