Skip to content

Commit 4d0394e

Browse files
Update pyodide.yml
trying to understand paths
1 parent 0dc4c5e commit 4d0394e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyodide.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
git clone https://github.com/emscripten-core/emsdk.git ~/emsdk && cd ~/emsdk && PYODIDE_EMSCRIPTEN_VERSION=$(~/env/bin/pyodide config get emscripten_version) && ./emsdk install ${PYODIDE_EMSCRIPTEN_VERSION} && ./emsdk activate ${PYODIDE_EMSCRIPTEN_VERSION}
3030
source ~/emsdk/emsdk_env.sh && cd src/api/python && ~/env/bin/pyodide build --exports whole_archive
3131
source ~/emsdk/emsdk_emv.sh && ~/env/bin/pyodide venv ~/env-pyodide
32-
~/env-pyodide/bin/pip install src/api/python/dist/*.whl
33-
~/env-pyodide/bin/python - <src/api/python/z3test.py z3 && ~/env-pyodide/bin/python - <src/api/python/z3test.py z3num
32+
~/env-pyodide/bin/pip install z3/src/api/python/dist/*.whl
33+
~/env-pyodide/bin/python - <z3/src/api/python/z3test.py z3 && ~/env-pyodide/bin/python - <z3/src/api/python/z3test.py z3num

0 commit comments

Comments
 (0)