Skip to content

Commit

Permalink
ci: PyQt's ABI is cp39 now
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Feb 10, 2025
1 parent 1210966 commit 41ad1a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions utils/ci/consolidated_cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ runs:
uses: actions/cache@v4
with:
path: |
prereqs/PyQt/PyQt6_commercial-6.8.1-cp38-abi3-manylinux_2_28_x86_64.whl
prereqs/PyQt/PyQt6_WebEngine_commercial-6.8.0-cp38-abi3-manylinux_2_28_x86_64.whl
prereqs/PyQt/PyQt6_commercial-6.8.1-cp39-abi3-manylinux_2_28_x86_64.whl
prereqs/PyQt/PyQt6_WebEngine_commercial-6.8.0-cp39-abi3-manylinux_2_28_x86_64.whl
key: ${{ runner.os }}-${{ inputs.architecture }}-pyqt6

- name: Restore cached PyQt6 and PyQt6-WebEngine (Windows)
Expand All @@ -186,8 +186,8 @@ runs:
uses: actions/cache@v4
with:
path: |
prereqs/PyQt/PyQt6_commercial-6.8.1-cp38-abi3-win_amd64.whl
prereqs/PyQt/PyQt6_WebEngine_commercial-6.8.0-cp38-abi3-win_amd64.whl
prereqs/PyQt/PyQt6_commercial-6.8.1-cp39-abi3-win_amd64.whl
prereqs/PyQt/PyQt6_WebEngine_commercial-6.8.0-cp39-abi3-win_amd64.whl
key: ${{ runner.os }}-${{ inputs.architecture }}-pyqt6

- name: Restore cached PyQt6 and PyQt6-WebEngine (macOS)
Expand All @@ -196,8 +196,8 @@ runs:
uses: actions/cache@v4
with:
path: |
prereqs/PyQt/PyQt6_commercial-6.8.1-cp38-abi3-macosx_11_0_universal2.whl
prereqs/PyQt/PyQt6_WebEngine_commercial-6.8.0-cp38-abi3-macosx_10_14_universal2.whl
prereqs/PyQt/PyQt6_commercial-6.8.1-cp39-abi3-macosx_11_0_universal2.whl
prereqs/PyQt/PyQt6_WebEngine_commercial-6.8.0-cp39-abi3-macosx_10_14_universal2.whl
key: ${{ runner.os }}-${{ inputs.architecture }}-pyqt6

- name: Restore cached seggerx dependency sources
Expand Down

0 comments on commit 41ad1a3

Please sign in to comment.