Skip to content

Commit

Permalink
removing Alpine 3.14 from wheels tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Dec 15, 2022
1 parent 9d0b942 commit b4d67a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
{ "os": "debian", "ver": "10", "arch": "arm/v7" },
{ "os": "debian", "ver": "11", "arch": "amd64" },
{ "os": "debian", "ver": "11", "arch": "arm64" },
{ "os": "alpine", "ver": "3.14", "arch": "amd64" },
{ "os": "alpine", "ver": "3.14", "arch": "arm64" },
{ "os": "alpine", "ver": "3.14", "arch": "arm/v7" },
{ "os": "alpine", "ver": "3.15", "arch": "amd64" },
{ "os": "alpine", "ver": "3.15", "arch": "arm64" },
{ "os": "alpine", "ver": "3.16", "arch": "amd64" },
Expand Down Expand Up @@ -140,6 +137,7 @@ jobs:

- name: Test wheel
run: |
export TEST_DECODE_THREADS=0
python3 .github/transform_to-pi_heif.py
export PH_LIGHT_ACTION=1
cd .. && python3 -m pytest -rs pillow_heif
Expand Down Expand Up @@ -207,6 +205,7 @@ jobs:
- name: Test wheels
run: |
export TEST_DECODE_THREADS=0
export PH_FULL_ACTION=1
cd .. && python3 -m pytest -rs pillow_heif
export PH_FULL_ACTION=0 && cd pillow_heif
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
{ "os": "debian", "ver": "10", "arch": "arm/v7" },
{ "os": "debian", "ver": "11", "arch": "amd64" },
{ "os": "debian", "ver": "11", "arch": "arm64" },
{ "os": "alpine", "ver": "3.14", "arch": "amd64" },
{ "os": "alpine", "ver": "3.14", "arch": "arm64" },
{ "os": "alpine", "ver": "3.14", "arch": "arm/v7" },
{ "os": "alpine", "ver": "3.15", "arch": "amd64" },
{ "os": "alpine", "ver": "3.15", "arch": "arm64" },
{ "os": "alpine", "ver": "3.16", "arch": "amd64" },
Expand Down Expand Up @@ -145,6 +142,7 @@ jobs:

- name: Test wheel
run: |
export TEST_DECODE_THREADS=0
export PH_FULL_ACTION=1
cd .. && python3 -m pytest -rs pillow_heif
Expand Down

0 comments on commit b4d67a1

Please sign in to comment.