Skip to content

Commit

Permalink
Merge pull request #2596 from finos/tkp/ci
Browse files Browse the repository at this point in the history
Update to pyodide 0.25.1 for pyodide/pyodide#4655
  • Loading branch information
texodus committed Apr 30, 2024
2 parents 055d5b3 + 6a31324 commit ba0539c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1186,11 +1186,11 @@ jobs:
runs-on: ${{ matrix.os }}
needs: [initialize]
env:
PYODIDE_VERSION: 0.25.0
PYODIDE_VERSION: 0.25.1
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
# The appropriate versions can be found in the Pyodide repodata.json
# "info" field, or in Makefile.envs:
# https://github.com/pyodide/pyodide/blob/0.25.0/Makefile.envs#L2
# https://github.com/pyodide/pyodide/blob/0.25.1/Makefile.envs#L2
PYTHON_VERSION: 3.11.3
EMSCRIPTEN_VERSION: 3.1.46
steps:
Expand Down

0 comments on commit ba0539c

Please sign in to comment.