Skip to content

Commit

Permalink
fix package capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Mar 3, 2024
1 parent bbacf91 commit cd7a3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
delocate-fuse numpy*arm* numpy*x86* -w tmp-wheel/
python -m pip download --only-binary=:all: --platform macosx_10_10_x86_64 Pillow==10.0.0
python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 Pillow==10.0.0
delocate-fuse pillow*arm* pillow*x86* -w tmp-wheel/
delocate-fuse Pillow*arm* Pillow*x86* -w tmp-wheel/
python -m pip install tmp-wheel/*.whl
python -m pip install --no-binary charset_normalizer -r requirements.build.txt
- name: Restore cached firmware
Expand Down

0 comments on commit cd7a3d9

Please sign in to comment.