This repository was archived by the owner on Feb 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-31
lines changed
Expand file tree Collapse file tree 3 files changed +8
-31
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,7 @@ jobs:
131131 python -c "from mamba.api import create"
132132
133133 - name : Install
134- run : |
135- emsdk install 3.1.2
136- emsdk activate 3.1.2
137- pip install jupyterlite-xeus-python.tar.gz
134+ run : pip install jupyterlite-xeus-python.tar.gz
138135
139136 - name : Run tests
140137 run : pytest -rP tests/test_xeus_python_env.py
@@ -160,10 +157,7 @@ jobs:
160157 mamba-version : " *"
161158
162159 - name : Install
163- run : |
164- emsdk install 3.1.2
165- emsdk activate 3.1.2
166- pip install jupyterlite-xeus-python.tar.gz
160+ run : pip install jupyterlite-xeus-python.tar.gz
167161
168162 - name : Run tests
169163 run : pytest -rP tests/test_xeus_python_env.py
@@ -188,10 +182,7 @@ jobs:
188182 environment-name : xeus-python-kernel
189183
190184 - name : Install
191- run : |
192- emsdk install 3.1.2
193- emsdk activate 3.1.2
194- pip install jupyterlite-xeus-python.tar.gz
185+ run : pip install jupyterlite-xeus-python.tar.gz
195186
196187 - name : Run tests
197188 run : pytest -rP tests/test_xeus_python_env.py
@@ -216,10 +207,7 @@ jobs:
216207 python-version : " 3.10"
217208
218209 - name : Install
219- run : |
220- emsdk install 3.1.2
221- emsdk activate 3.1.2
222- pip install jupyterlite-xeus-python.tar.gz
210+ run : pip install jupyterlite-xeus-python.tar.gz
223211
224212 - name : Run tests
225213 run : pytest -rP tests/test_xeus_python_env.py
Original file line number Diff line number Diff line change @@ -4,19 +4,8 @@ ARG MAMBA_DOCKERFILE_ACTIVATE=1
44ARG PYTHON_VERSION=3.10
55
66RUN micromamba install --yes -c conda-forge \
7- git pip python=$PYTHON_VERSION click typer emsdk
8-
9- # #################################################################
10- # Install empack
11- # #################################################################
12-
13- RUN pip install empack>=0.5.2
14-
15- # #################################################################
16- # Setup emsdk
17- # #################################################################
18-
19- RUN emsdk install 3.1.2 && emsdk activate 3.1.2
7+ git pip python=$PYTHON_VERSION click typer \
8+ "emsdk>=3.1.11" "empack>=0.5.3"
209
2110# #################################################################
2211# Create emscripten env and pack it
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies:
55 - python
66 - pip
77 - pytest
8- - emsdk
8+ - emsdk >=3.1.11
9+ - empack >=0.5.3
910 - pip :
1011 - jupyterlite
11- - empack
You can’t perform that action at this time.
0 commit comments