Skip to content

Commit

Permalink
Do not upgrade Pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 23, 2024
1 parent 4291b70 commit 5109adc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ jobs:
- name: Prepare build
run: |
sudo apt-get update && sudo apt-get install -qyy debootstrap
if [[ -n "$matrix.test-image" ]]; then
git submodule update --remote --init --recursive Pillow
else
git submodule update --remote Pillow
fi
(cd Pillow && git checkout main)
sudo chown -R 1001 $(pwd)
- name: Test Image Build
Expand Down

0 comments on commit 5109adc

Please # to comment.