Skip to content

Commit

Permalink
update pyodide.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Nov 15, 2024
1 parent eab49da commit 3fed840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3fed840

Please sign in to comment.