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

Pin pip to allow build Action to work #924

Merged
merged 1 commit into from
Jun 8, 2022
Merged

Pin pip to allow build Action to work #924

merged 1 commit into from
Jun 8, 2022

Conversation

robbibt
Copy link
Member

@robbibt robbibt commented Jun 8, 2022

Proposed changes

The publish workflow has recently started failing with error:

option --use-feature: invalid choice: 'in-tree-build' (choose from '2020-resolver', 'fast-deps')
Error: Process completed with exit code 2.

This appears to be because the workflow upgrades Pip to the latest version, which has deprecated in-tree-build (see here).

Testing a simple solution to pin Pip to an earlier version.

@robbibt robbibt merged commit 0a0a8a1 into develop Jun 8, 2022
@robbibt robbibt deleted the pip_fix branch June 8, 2022 06:38
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.

1 participant