Skip to content

Commit

Permalink
CI Update Pyodide to 0.25.1 (#28770)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Apr 4, 2024
1 parent 60dd8e3 commit 6bf0ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -124,9 +124,9 @@ jobs:
vmImage: ubuntu-22.04
variables:
# Need to match Python version and Emscripten version for the correct
# Pyodide version. For example, for Pyodide version 0.25.0, see
# https://github.com/pyodide/pyodide/blob/0.25.0/Makefile.envs
PYODIDE_VERSION: '0.25.0'
# Pyodide version. For example, for Pyodide version 0.25.1, see
# https://github.com/pyodide/pyodide/blob/0.25.1/Makefile.envs
PYODIDE_VERSION: '0.25.1'
EMSCRIPTEN_VERSION: '3.1.46'
PYTHON_VERSION: '3.11.3'

Expand Down

0 comments on commit 6bf0ba5

Please sign in to comment.