Skip to content

Commit 33f9617

Browse files
committed
Don't pin pyodide-build version
1 parent a6ef189 commit 33f9617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
node-version: '22'
197197

198-
- run: pip install "pyodide-build==${{ env.PYODIDE_VERSION }}"
198+
- run: pip install pyodide-build
199199
- run: pyodide xbuildenv install "${{ env.PYODIDE_VERSION }}"
200200

201201
- uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)