Skip to content

Commit

Permalink
workflows/test_sourcebuild: check version
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 20, 2024
1 parent 9289258 commit 0324787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_sourcebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,9 @@ jobs:
- name: Install
run: PDFIUM_PLATFORM="sourcebuild" python3 -m pip install .

# must show matching pdfium version with sourcebuild origin
- name: Check version
run: pypdfium2 -v

- name: Run test suite
run: ./run test

0 comments on commit 0324787

Please sign in to comment.