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

GHA: Use macos-10.15 to fix build #5886

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Dec 14, 2021

Changes proposed in this pull request:

  • This repo has switched from macos-10.15 to macos-11 for macos-latest, but it's failing the build
  • The quick fix to get the CI back to green is to explicitly use macos-10.15

For reference, here's logs from the last pass and first fail:

Last pass:

2021-12-12T09:46:43.0437590Z Processing dependencies for Pillow==9.0.0.dev0
2021-12-12T09:46:43.0460460Z Finished processing dependencies for Pillow==9.0.0.dev0

First fail:

2021-12-13T22:19:37.7945510Z Processing dependencies for Pillow==9.0.0.dev0
2021-12-13T22:19:37.7949620Z Searching for Pillow==9.0.0.dev0
2021-12-13T22:19:37.7951660Z Reading https://pypi.org/simple/Pillow/
2021-12-13T22:19:40.9891760Z No local packages or working download links found for Pillow==9.0.0.dev0
2021-12-13T22:19:40.9903990Z error: Could not find suitable distribution for Requirement.parse('Pillow==9.0.0.dev0')
2021-12-13T22:19:40.9974850Z make: *** [install-coverage] Error 1
2021-12-13T22:19:40.9991600Z ##[error]Process completed with exit code 2.

@hugovk hugovk added the Testing label Dec 14, 2021
@radarhere
Copy link
Member

Thanks

@radarhere radarhere merged commit c43f551 into python-pillow:main Dec 14, 2021
@radarhere
Copy link
Member

I've created pypa/setuptools#2929 to ask setuptools about this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants