Skip to content

Commit c305181

Browse files
authored
use mamba-org/setup-micromamba in CI tests (#1136)
1 parent 8cdf572 commit c305181

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ jobs:
2626
- uses: actions/checkout@v2
2727

2828
- name: Setup conda
29-
uses: conda-incubator/setup-miniconda@v2
29+
uses: mamba-org/setup-micromamba@v1
3030
with:
3131
environment-file: environment-dev.yml
32-
activate-environment: ipyleaflet-dev
33-
mamba-version: "*"
34-
python-version: ${{ matrix.python-version }}
35-
channels: conda-forge
32+
condarc: |
33+
dependencies:
34+
- python==${{ matrix.python-version }}
3635
3736
- name: Install ipyleaflet
3837
run: pip install . --no-deps

0 commit comments

Comments
 (0)