File tree Expand file tree Collapse file tree 3 files changed +12
-36
lines changed
Expand file tree Collapse file tree 3 files changed +12
-36
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments