Skip to content

Commit 81bede6

Browse files
committed
add file
1 parent d042ffb commit 81bede6

File tree

3 files changed

+12
-36
lines changed

3 files changed

+12
-36
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,23 @@ jobs:
3030
- name: Install micromamba
3131
uses: mamba-org/setup-micromamba@v1
3232
with:
33-
environment-file: environment-dev_${{matrix.emsdk_ver}}.yml
33+
environment-file: environment-dev.yml
3434
environment-name: pyjs-wasm
3535
condarc: |
3636
channels:
3737
- https://repo.prefix.dev/emscripten-forge-dev
3838
- conda-forge
39+
40+
- name: Install micromamba
41+
uses: mamba-org/setup-micromamba@v1
42+
with:
43+
micromamba-version: '1.5.8-0'
44+
environment-file: ci_env.yml
45+
environment-name: ci
46+
init-shell: bash
47+
cache-environment: false
48+
post-cleanup: 'all'
49+
3950

4051
- name: Install Playwright
4152
run: |
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies:
77
- python
88
- yarn
99
- click
10-
- empack >=3.0.1
1110
- microsoft::playwright <= 1.50
1211
- ninja
1312
- nodejs
@@ -27,7 +26,6 @@ dependencies:
2726
- notebook >=7,<8 # to include the extension to switch between JupyterLab and Notebook
2827
# pyjs_code_runner dev deps
2928
- hatchling
30-
- emscripten_emscripten-wasm32 == 3.1.45
3129
- pip:
3230
- JLDracula
3331
- pyjs_code_runner >= 3.0

environment-dev_3.1.58.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)