Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 32bit workflow failing in the Github Actions #130

Merged
merged 3 commits into from
Aug 13, 2023

Conversation

HanslettTheDev
Copy link
Collaborator

Summary

This PR aims to fix the build failures in the GitHub actions workflow for Windows 32-bit systems
The cause of this build failure was due to Pillow v9.5.0 having its last support for 32-bit systems and in the requirements.txt file, a version higher than v9.5.0 was being installed therefore causing the 32bit workflow to fail

Checklist

  • No lint issues (run flake8)

…installation on 32bit systems

Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
@HanslettTheDev HanslettTheDev changed the title feat: conditional in requirements.txt file to set max pillow version … Fix 32bit workflow failing in the Github Actions Aug 13, 2023
requirements.txt Outdated Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
@reingart reingart merged commit 5ce278e into PyAr:main Aug 13, 2023
@HanslettTheDev HanslettTheDev deleted the fix-32bit-workflow branch August 21, 2023 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants