File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -430,11 +430,11 @@ jobs:
430430 with :
431431 fetch-depth : 0
432432
433- - name : Set up Python for Pyodide
433+ - name : Set up Python for pyodide-build
434434 id : setup-python
435435 uses : actions/setup-python@v5
436436 with :
437- python-version : ' 3.11.3 '
437+ python-version : ' 3.12 '
438438
439439 - name : Set up Emscripten toolchain
440440 uses : mymindstorm/setup-emsdk@v14
@@ -443,7 +443,7 @@ jobs:
443443 actions-cache-folder : emsdk-cache
444444
445445 - name : Install pyodide-build
446- run : pip install "pyodide-build==0.25.1 "
446+ run : pip install "pyodide-build>=0.29.2 "
447447
448448 - name : Build pandas for Pyodide
449449 run : |
@@ -452,7 +452,7 @@ jobs:
452452 - name : Set up Node.js
453453 uses : actions/setup-node@v4
454454 with :
455- node-version : ' 18 '
455+ node-version : ' 20 '
456456
457457 - name : Set up Pyodide virtual environment
458458 run : |
You can’t perform that action at this time.
0 commit comments