File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments