8000 CI Update Pyodide to 0.25.1 (#28770) · patrickkwang/scikit-learn@6bf0ba5 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 6bf0ba5

Browse files
authored
CI Update Pyodide to 0.25.1 (scikit-learn#28770)
1 parent 60dd8e3 commit 6bf0ba5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
vmImage: ubuntu-22.04
125125
variables:
126126
# Need to match Python version and Emscripten version for the correct
127-
# Pyodide version. For example, for Pyodide version 0.25.0, see
128-
# https://github.com/pyodide/pyodide/blob/0.25.0/Makefile.envs
129-
PYODIDE_VERSION: '0.25.0'
127+
# Pyodide version. For example, for Pyodide version 0.25.1, see
128+
# https://github.com/pyodide/pyodide/blob/0.25.1/Makefile.envs
129+
PYODIDE_VERSION: '0.25.1'
130130
EMSCRIPTEN_VERSION: '3.1.46'
131131
PYTHON_VERSION: '3.11.3'
132132

0 commit comments

Comments
 (0)
0