Skip to content

Commit 148fcc3

Browse files
.github/workflows/test_pyodide.yml: avoid test failure with default MuPDF.
Disabled test with default MuPDF-1.26.7 because it doe not have the required pyodide rpath changes.
1 parent b2331a8 commit 148fcc3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test_pyodide.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Build Pyodide wheel
1+
name: Test pyodide
22

3-
# Builds pyodide wheels.
3+
# Build and test pyodide wheels using cibuildwheel.
44

55
on:
66
workflow_dispatch:
@@ -15,8 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18+
# 2025-09-05: We don't test with default mupdf because mupdf-1.26.7
19+
# does not have the required pyodide rpath changes.
1820
args: [
19-
'',
21+
# '',
2022
'-m "git:--branch master https://github.com/ArtifexSoftware/mupdf"',
2123
'-m "git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf"',
2224
]

0 commit comments

Comments
 (0)