Skip to content

Commit

Permalink
bump to pyodide 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Apr 5, 2023
1 parent fd53c50 commit 2062a86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ jobs:

build_wasm:
runs-on: ubuntu-20.04
env:
PYODIDE_VERSION: "0.23.0"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10.2
python-version: "3.11.2"
- run: |
pip install 'pyodide-build>=0.22.0'
pip install 'pyodide-build==${PYODIDE_VERSION}'
pyodide config get emscripten_version # trigger setup
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
- uses: mymindstorm/setup-emsdk@v12
Expand Down

0 comments on commit 2062a86

Please sign in to comment.