3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

update pyodide.yml

This commit is contained in:
Audrey Dutcher 2024-11-14 22:15:57 -07:00
parent eab49da274
commit 3fed840233

View file

@ -37,7 +37,7 @@ jobs:
run: source ~/emsdk/emsdk_env.sh && cd src/api/python && ~/env/bin/pyodide build --exports whole_archive
- name: Setup env-pyodide
run: source ~/emsdk/emsdk_env.sh && ~/env/bin/pyodide venv ~/env-pyodide
run: source ~/env/bin/activate && source ~/emsdk/emsdk_env.sh && pyodide venv ~/env-pyodide
- name: Setup z3 wheel
run: |