Skip to content

Commit 50ecc4d

Browse files
Pin to Pyodide 0.27.1
1 parent 3bb9649 commit 50ecc4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/unit-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,10 @@ jobs:
455455
node-version: '20'
456456

457457
- name: Set up Pyodide virtual environment
458+
env:
459+
pyodide-version: '0.27.1'
458460
run: |
461+
pyodide xbuildenv install ${{ env.pyodide-version }}
459462
pyodide venv .venv-pyodide
460463
source .venv-pyodide/bin/activate
461464
pip install dist/*.whl

0 commit comments

Comments
 (0)