Skip to content

Commit b87bbdf

Browse files
committed
Try fixing PyPy 2.7 CI runner
1 parent c49707c commit b87bbdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,14 @@ jobs:
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383

84+
- name: Install Pillow build dependencies for PyPy 2.7
85+
if: ${{ matrix.python-version == 'pypy-2.7' }}
86+
run: |
87+
sudo apt-get install -y libjpeg8-dev zlib1g-dev
88+
8489
- name: Install dependencies and latest SDL2 binaries
8590
run: |
8691
python -m pip install --upgrade pip
87-
python -m pip install wheel
8892
python -m pip install --prefer-binary numpy pytest pillow
8993
python -m pip install pysdl2-dll==$PYSDL2_DLL_VERSION
9094

0 commit comments

Comments
 (0)