Skip to content

Commit 1a0639d

Browse files
authored
Remove micromamba pin in CI (#50)
1 parent 2e4d169 commit 1a0639d

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ jobs:
110110
111111
- name: Micromamba needed for cockle_wasm_env
112112
uses: mamba-org/setup-micromamba@main
113-
with:
114-
micromamba-version: '2.0.5-0'
115113

116114
- name: Install dependencies
117115
working-directory: ui-tests

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
3030
- name: Micromamba needed for cockle_wasm_env
3131
uses: mamba-org/setup-micromamba@main
32-
with:
33-
micromamba-version: '2.0.5-0'
3432

3533
- name: Build the JupyterLite site
3634
working-directory: deploy

.github/workflows/update-integration-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
4545
- name: Micromamba needed for cockle_wasm_env
4646
uses: mamba-org/setup-micromamba@main
47-
with:
48-
micromamba-version: '2.0.5-0'
4947

5048
- name: Install dependencies
5149
working-directory: ui-tests

0 commit comments

Comments
 (0)