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 c49707c commit b87bbdfCopy full SHA for b87bbdf
.github/workflows/run_tests.yml
@@ -81,10 +81,14 @@ jobs:
81
with:
82
python-version: ${{ matrix.python-version }}
83
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
+
89
- name: Install dependencies and latest SDL2 binaries
90
run: |
91
python -m pip install --upgrade pip
- python -m pip install wheel
92
python -m pip install --prefer-binary numpy pytest pillow
93
python -m pip install pysdl2-dll==$PYSDL2_DLL_VERSION
94
0 commit comments