We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ab0ea commit 295b6d7Copy full SHA for 295b6d7
.github/workflows/wheels-pi_heif.yml
@@ -11,6 +11,10 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v4
14
+ - uses: actions/setup-python@v5
15
+ with:
16
+ python-version: '3.12'
17
+
18
- name: Transform to Pi-Heif
19
run: |
20
cp -r -v ./pi-heif/* .
.github/workflows/wheels-pillow_heif.yml
@@ -10,6 +10,9 @@ jobs:
10
- name: Install libheif from formula
0 commit comments