Skip to content

Commit 51c2fe4

Browse files
committed
Go over Pyodide testing
1 parent 229c91e commit 51c2fe4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pyodide.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
pyodide-test:
1313
runs-on: ubuntu-latest
1414
env:
15-
PYODIDE_VERSION: 0.27.0a2
15+
PYODIDE_VERSION: 0.28.2
1616
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
1717
# The appropriate versions can be found in the Pyodide repodata.json
1818
# "info" field, or in Makefile.envs:
1919
# https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2
20-
PYTHON_VERSION: 3.12.1
21-
EMSCRIPTEN_VERSION: 3.1.58
20+
PYTHON_VERSION: 3.13.2
21+
EMSCRIPTEN_VERSION: 4.0.9
2222
NODE_VERSION: 20
2323
steps:
2424
- name: Checkout
@@ -53,7 +53,7 @@ jobs:
5353
. .venv-pyodide/bin/activate
5454
pip install "setuptools>=70.0.0" "packaging>=24.2" PyYAML click pytest
5555
56-
pip install --no-build-isolation -v -v -v -e .
56+
pip install -e .
5757
- name: Test Timed Threads
5858
run: |
5959
# Activate the virtual environment

0 commit comments

Comments
 (0)