Skip to content

Commit 3fed840

Browse files
committed
update pyodide.yml
1 parent eab49da commit 3fed840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyodide.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: source ~/emsdk/emsdk_env.sh && cd src/api/python && ~/env/bin/pyodide build --exports whole_archive
3838

3939
- name: Setup env-pyodide
40-
run: source ~/emsdk/emsdk_env.sh && ~/env/bin/pyodide venv ~/env-pyodide
40+
run: source ~/env/bin/activate && source ~/emsdk/emsdk_env.sh && pyodide venv ~/env-pyodide
4141

4242
- name: Setup z3 wheel
4343
run: |

0 commit comments

Comments
 (0)