Skip to content

Conversation

@rtibbles
Copy link
Member

Recent changes to pip have broken compatibility with pip-tools jazzband/pip-tools#2252 so pinning pip in github actions to deal with this for now.

@rtibbles rtibbles merged commit 7051861 into learningequality:hotfixes Oct 29, 2025
14 checks passed
@rtibbles rtibbles deleted the pinned_pip branch October 29, 2025 23:41
Comment on lines +66 to 67
python -m pip install pip==25.2
pip install pip-tools

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd recommend doing this in one command — this way the depresolver will take into account all user requests together and the second pip install has a lower chance of overriding what the first one chose.

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.

3 participants