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.
2 parents 32d2e84 + 8b396da commit f91cb23Copy full SHA for f91cb23
.github/workflows/ci.yml
@@ -386,7 +386,7 @@ jobs:
386
387
- name: Create libpython symlink
388
shell: msys2 {0}
389
- run: ln -s /${{ matrix.path }}/lib/libpython3.10.dll.a /${{ matrix.path }}/lib/libpython310.dll.a
+ run: ln -s /${{ matrix.path }}/lib/libpython3.11.dll.a /${{ matrix.path }}/lib/libpython311.dll.a
390
391
- name: Test examples
392
@@ -405,9 +405,9 @@ jobs:
405
PYODIDE_VERSION=0.21.0
406
407
cd emscripten
408
- npm i [email protected] prettier
+ npm i [email protected]
409
cd node_modules/pyodide/
410
- node ../prettier/bin-prettier.js -w pyodide.asm.js
+ npx -y prettier -w pyodide.asm.js
411
EMSCRIPTEN_VERSION=$(node -p "require('./repodata.json').info.platform.split('_').slice(1).join('.')")
412
PYTHON_VERSION=3.10
413
0 commit comments