There was an error while loading. Please reload this page.
1 parent fef6e1f commit 8d7fd03Copy full SHA for 8d7fd03
1 file changed
.github/workflows/python.yml
@@ -85,6 +85,10 @@ jobs:
85
run: |
86
python -m pip install --upgrade pip
87
pip install auditwheel build jinja2 pytest
88
+ if [ "${{ matrix.python-version }}" = 3.13t ]; then
89
+ # newer versions drop 3.13t wheels
90
+ pip install pillow==12.2.0
91
+ fi
92
- name: Install OpenSlide (system)
93
if: matrix.openslide == 'system'
94
@@ -178,6 +182,10 @@ jobs:
178
182
179
183
180
184
pip install build flask pytest
185
186
187
188
181
189
- name: Install OpenSlide (zip)
190
if: matrix.openslide == 'zip'
191
env:
0 commit comments