Skip to content

feat: update pip conditionally #46

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Seiikatsu
Copy link

Hello! 👋

Thanks for providing this nice action, it makes our CI-Life much easier! :)

We have a use-case where we use custom docker images which already have tools pre-installed. One of those tools is pip which was installed using the package manager of the distroy, therefore when this action runs pip install --upgrade pip it will fail our pipeline.

I added a new variable to disable this behaviour and skip the pip upgrade. The default behaviour is untouched, means it shouldn't break existing workflows / pipelines.

Verified

This commit was signed with the committer’s verified signature. The key has expired.
graingert Thomas Grainger
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.

None yet

1 participant