Skip to content

Commit 8b396da

Browse files
committed
ci: fix test-emscripten
1 parent c7f42e4 commit 8b396da

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
@@ -405,9 +405,9 @@ jobs:
405405
PYODIDE_VERSION=0.21.0
406406
407407
cd emscripten
408-
npm i [email protected] prettier
408+
409409
cd node_modules/pyodide/
410-
node ../prettier/bin-prettier.js -w pyodide.asm.js
410+
npx -y prettier -w pyodide.asm.js
411411
EMSCRIPTEN_VERSION=$(node -p "require('./repodata.json').info.platform.split('_').slice(1).join('.')")
412412
PYTHON_VERSION=3.10
413413

0 commit comments

Comments
 (0)