Skip to content

Commit 0324787

Browse files
committed
workflows/test_sourcebuild: check version
1 parent 9289258 commit 0324787

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_sourcebuild.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,9 @@ jobs:
5555
- name: Install
5656
run: PDFIUM_PLATFORM="sourcebuild" python3 -m pip install .
5757

58+
# must show matching pdfium version with sourcebuild origin
59+
- name: Check version
60+
run: pypdfium2 -v
61+
5862
- name: Run test suite
5963
run: ./run test

0 commit comments

Comments
 (0)