Skip to content

Commit 7801569

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Test Pyodide builds
1 parent bd51213 commit 7801569

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,11 @@ jobs:
330330
fetch-depth: ${{ env.git-depth }}
331331
- name: Checkout submodules
332332
run: git submodule update --init --recursive --depth 1
333-
- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
334-
with:
335-
install-linux-dependencies: true
336-
build-type: "Debug"
337-
version: "3.2.4" # Should be equal or less than the version used by Emscripten
333+
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
334+
# with:
335+
# install-linux-dependencies: true
336+
# build-type: "Debug"
337+
# version: "3.2.4" # Should be equal or less than the version used by Emscripten
338338
- uses: pypa/cibuildwheel@v3.0.0
339339
env:
340340
CIBW_BUILD: cp313-pyodide_wasm32

0 commit comments

Comments
 (0)