Skip to content

Commit

Permalink
try mamba-org/setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Sep 8, 2023
1 parent 8cdf572 commit e96910f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
- uses: actions/checkout@v2

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment-dev.yml
activate-environment: ipyleaflet-dev
mamba-version: "*"
python-version: ${{ matrix.python-version }}
channels: conda-forge
condarc: |
channels:
conda-forge
dependencies:
- python==${{ matrix.python-version }}
- name: Install ipyleaflet
run: pip install . --no-deps
Expand Down

0 comments on commit e96910f

Please sign in to comment.