Skip to content

Commit

Permalink
Fix issue where pillow fails to install on pypy 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Jan 14, 2025
1 parent f80a8e9 commit f73aa8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade --upgrade-strategy=eager tox
sudo apt-get install -y libjpeg-dev
- name: Run tests with coverage
if: matrix.toxenv == 'py'
Expand Down

0 comments on commit f73aa8b

Please sign in to comment.