Skip to content

Commit

Permalink
forgot to remove python3.8 from cache building
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 5, 2024
1 parent d3de7b5 commit 98aa122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cache-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Start test build
run: cibuildwheel
env:
CIBW_BUILD: ${{ format('cp38-{0}*', matrix.cibw_buildlinux) }}
CIBW_BUILD: ${{ format('cp39-{0}*', matrix.cibw_buildlinux) }}
CIBW_ARCHS: ${{ matrix.cibw_arch }}
CIBW_BEFORE_ALL_LINUX: |
python3 {package}/libheif/linux_build_libs.py
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Start test build
run: cibuildwheel
env:
CIBW_BUILD: ${{ format('cp38-{0}*', matrix.cibw_buildlinux) }}
CIBW_BUILD: ${{ format('cp39-{0}*', matrix.cibw_buildlinux) }}
CIBW_ARCHS: ${{ matrix.cibw_arch }}
CIBW_BEFORE_ALL_LINUX: |
${{ env.INSTALL_OS_PACKAGES }}
Expand Down

0 comments on commit 98aa122

Please sign in to comment.