Skip to content

Commit 227259b

Browse files
committed
[build] Fix pyodide build failure again.
The version of pyodide-build is ahead of pyodide itself, remove two newer version of pyodide version, which do not exist now. [force ci] close (#49)
1 parent 1c7b7ef commit 227259b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ jobs:
121121
pyodide: "0.25.1"
122122
- python: "3.12"
123123
pyodide: "0.26.2"
124-
- python: "3.12"
125-
pyodide: "0.27.3"
126-
- python: "3.12"
127-
pyodide: "0.28.0"
128124
steps:
129125
- name: checkout
130126
uses: actions/checkout@v3

0 commit comments

Comments
 (0)