Skip to content

Commit a944f52

Browse files
Bump Pyodide to 0.25.1
See pyodide/pyodide#4654 for more discussion. This commit resolves a build error coming from the `pyodide build` command which broke due to a new `build` release by PyPA.
1 parent dab4675 commit a944f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
actions-cache-folder: emsdk-cache
380380

381381
- name: Install pyodide-build
382-
run: pip install "pydantic<2" "pyodide-build==0.25.0"
382+
run: pip install "pydantic<2" "pyodide-build==0.25.1"
383383

384384
- name: Build pandas for Pyodide
385385
run: |

0 commit comments

Comments
 (0)