Skip to content

Commit 9ec8e29

Browse files
committed
Update Pyodide to 0.21.0
1 parent 6d87a5b commit 9ec8e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ jobs:
412412
with:
413413
node-version: 18
414414
- run: |
415-
PYODIDE_VERSION=0.21.0-alpha.3
415+
PYODIDE_VERSION=0.21.0
416416
417417
cd emscripten
418-
npm i [email protected]-alpha.3 prettier
418+
npm i [email protected] prettier
419419
cd node_modules/pyodide/
420420
node ../prettier/bin-prettier.js -w pyodide.asm.js
421421
EMSCRIPTEN_VERSION=$(node -p "require('./repodata.json').info.platform.split('_').slice(1).join('.')")

0 commit comments

Comments
 (0)