File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -430,11 +430,11 @@ jobs:
430
430
with :
431
431
fetch-depth : 0
432
432
433
- - name : Set up Python for Pyodide
433
+ - name : Set up Python for pyodide-build
434
434
id : setup-python
435
435
uses : actions/setup-python@v5
436
436
with :
437
- python-version : ' 3.11.3 '
437
+ python-version : ' 3.12 '
438
438
439
439
- name : Set up Emscripten toolchain
440
440
uses : mymindstorm/setup-emsdk@v14
@@ -443,7 +443,7 @@ jobs:
443
443
actions-cache-folder : emsdk-cache
444
444
445
445
- name : Install pyodide-build
446
- run : pip install "pyodide-build==0.25.1 "
446
+ run : pip install "pyodide-build>=0.29.2 "
447
447
448
448
- name : Build pandas for Pyodide
449
449
run : |
@@ -452,7 +452,7 @@ jobs:
452
452
- name : Set up Node.js
453
453
uses : actions/setup-node@v4
454
454
with :
455
- node-version : ' 18 '
455
+ node-version : ' 20 '
456
456
457
457
- name : Set up Pyodide virtual environment
458
458
run : |
You can’t perform that action at this time.
0 commit comments