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:
131
131
python -c "from mamba.api import create"
132
132
133
133
- 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
138
135
139
136
- name : Run tests
140
137
run : pytest -rP tests/test_xeus_python_env.py
@@ -160,10 +157,7 @@ jobs:
160
157
mamba-version : " *"
161
158
162
159
- 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
167
161
168
162
- name : Run tests
169
163
run : pytest -rP tests/test_xeus_python_env.py
@@ -188,10 +182,7 @@ jobs:
188
182
environment-name : xeus-python-kernel
189
183
190
184
- 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
195
186
196
187
- name : Run tests
197
188
run : pytest -rP tests/test_xeus_python_env.py
@@ -216,10 +207,7 @@ jobs:
216
207
python-version : " 3.10"
217
208
218
209
- 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
223
211
224
212
- name : Run tests
225
213
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
4
4
ARG PYTHON_VERSION=3.10
5
5
6
6
RUN 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"
20
9
21
10
# #################################################################
22
11
# Create emscripten env and pack it
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies:
5
5
- python
6
6
- pip
7
7
- pytest
8
- - emsdk
8
+ - emsdk >=3.1.11
9
+ - empack >=0.5.3
9
10
- pip :
10
11
- jupyterlite
11
- - empack
You can’t perform that action at this time.
0 commit comments