Skip to content

Commit

Permalink
XXX test workflow with legacy version pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 8, 2023
1 parent bea473d commit 1acf369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Get pypdfium2 version
id: version
run: python3 -c "import pypdfium2; print('version=%s' % pypdfium2.PYPDFIUM_INFO['version'])" >> $GITHUB_OUTPUT
run: python3 -c "import pypdfium2; print(f'version={pypdfium2.V_PYPDFIUM2}')" >> $GITHUB_OUTPUT

- name: Check out pypdfium2 ${{ steps.version.outputs.version }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 1acf369

Please sign in to comment.