Skip to content

Commit 94cf980

Browse files
martinRenougaborbernat
authored andcommitted
CI: Fix conda setup
Signed-off-by: martinRenou <[email protected]>
1 parent feed2b2 commit 94cf980

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,12 @@ jobs:
110110
- name: Checkout
111111
uses: actions/checkout@v3
112112

113-
- name: Setup conda
114-
uses: conda-incubator/setup-miniconda@v2
113+
- name: Install Conda environment with Micromamba
114+
uses: mamba-org/provision-with-micromamba@main
115115
with:
116-
activate-environment: ipydatagrid-test-ipw7
116+
environment-name: ipydatagrid-test-ipw7
117117
environment-file: test-environment-ipyw7.yaml
118118
python-version: 3.9
119-
mamba-version: '*'
120119
auto-activate-base: false
121120
channels: conda-forge
122121

@@ -159,13 +158,12 @@ jobs:
159158
- name: Checkout
160159
uses: actions/checkout@v3
161160

162-
- name: Setup conda
163-
uses: conda-incubator/setup-miniconda@v2
161+
- name: Install Conda environment with Micromamba
162+
uses: mamba-org/provision-with-micromamba@main
164163
with:
165-
activate-environment: ipydatagrid-test-ipw8
164+
environment-name: ipydatagrid-test-ipw8
166165
environment-file: test-environment-ipyw8.yaml
167166
python-version: 3.9
168-
mamba-version: '*'
169167
auto-activate-base: false
170168
channels: conda-forge
171169

0 commit comments

Comments
 (0)