Skip to content

Commit

Permalink
re-add python 2.7 test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 11, 2023
1 parent 09ed9ac commit 287bcad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
"3.9",
"3.8",
"3.7",
"2.7",
]
libavif-version: [ "1.0.1" ]
include:
- python-version: "3.8"
libavif-version: "0.11.0"
- python-version: "3.7"
PYTHONOPTIMIZE: 1
- python-version: "3.8"
Expand All @@ -31,10 +35,10 @@ jobs:
codecov-flag: GHA_macOS

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }} (libavif ${{ matrix.libavif-version }})

env:
LIBAVIF_VERSION: 0.11.0
LIBAVIF_VERSION: ${{ matrix.libavif-version }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 287bcad

Please sign in to comment.