Skip to content

Commit

Permalink
Drop Pillow version requirement to try and fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijnve committed Feb 2, 2025
1 parent 1789263 commit 443eca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install Pillow==9.5.0
pip install Pillow
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 443eca5

Please sign in to comment.