Skip to content

Commit e58f37f

Browse files
.github/workflows/test_pyodide.yml: Use cibuildwheel so we can run tests.
1 parent 4b69994 commit e58f37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pyodide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: pyodide
3232
run:
33-
python scripts/test.py ${{matrix.args}} pyodide
33+
python scripts/test.py ${{matrix.args}} --cibw-pyodide 1 cibw
3434

3535
# We do not use upload-artifact@v4 because it fails due to us creating
3636
# identically-named wheels.

0 commit comments

Comments
 (0)