Skip to content

Commit

Permalink
scripts/gh_release.py: avoid problems with latest pyodide-build.
Browse files Browse the repository at this point in the history
We specify pyodide-build==0.23.4.
  • Loading branch information
julian-smith-artifex-com committed Sep 15, 2023
1 parent 7b8001b commit aa8dd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gh_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def pyodide_setup(clean=False):
command += f' && {sys.executable} -m venv {venv_pyodide}'
command += f' && . {venv_pyodide}/bin/activate'
command += f' && echo "### running pip install ..."'
command += f' && python -m pip install --upgrade pip wheel pyodide-build'
command += f' && python -m pip install --upgrade pip wheel pyodide-build==0.23.4'

# Run emsdk install scripts and enter emsdk environment.
#
Expand Down

0 comments on commit aa8dd7b

Please sign in to comment.