Skip to content

Commit

Permalink
GHA: Test a old and new version of pikepdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromerobert committed Dec 23, 2021
1 parent 3cd78d5 commit 870e86f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: jeromerobert/pdfarranger-docker-ci
# PikePDF 4.2.0
container: jeromerobert/pdfarranger-docker-ci:1.4
steps:
- uses: actions/checkout@v2
- name: Install
Expand All @@ -19,6 +20,16 @@ jobs:
run: python3 -X tracemalloc -u -m unittest discover -v -f -s tests
- name: Codecov
run: curl -s https://codecov.io/bash | bash
build-old-pikepdf:
runs-on: ubuntu-latest
# PikePDF 1.19
container: jeromerobert/pdfarranger-docker-ci:1.3.1
steps:
- uses: actions/checkout@v2
- name: Install
run: pip3 install .[image]
- name: Tests and Coverage
run: python3 -X tracemalloc -u -m unittest discover -v -f -s tests
build-win32:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 870e86f

Please sign in to comment.