We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defba52 commit 1e6a64eCopy full SHA for 1e6a64e
.github/workflows/ci-emscripten.yml
@@ -43,7 +43,9 @@ jobs:
43
node-version: ${{ env.NODE_VERSION }}
44
45
- name: Install pyodide-build
46
- run: pip install pyodide-build
+ run: |
47
+ pip install pyodide-build
48
+ pyodide xbuildenv install ${{ env.PYODIDE_VERSION }}
49
50
- name: Restore WASM library directory from cache
51
id: cache-wasm-library-dir
@@ -141,7 +143,6 @@ jobs:
141
143
142
144
- name: Set up Pyodide virtual environment and test python-flint
145
run: |
- pyodide xbuildenv install ${{ env.PYODIDE_VERSION }}
146
pyodide venv .venv-pyodide
147
148
source .venv-pyodide/bin/activate
0 commit comments