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

Update puts-step "Installing pip" #792

Closed
wants to merge 2 commits into from

Conversation

JanNash
Copy link

@JanNash JanNash commented Dec 18, 2018

Since the output of the actual pip install is redirected into /dev/null, one never knows (by just reading the deploy output) which pip version is installed. Adding the version to the puts-step should make for quicker debugging.


On another note:

Personally, I'd also be in favour of making it possible to configure the pip version that should be installed via a config variable. If this is wanted, I'll gladly work on it and submit a PR.

@JanNash
Copy link
Author

JanNash commented Dec 18, 2018

Hey @CaseyFaist, here's the new PR. I wish you happy holidays and a happy new year :)

Since the output of the actual pip install is redirected into /dev/null, one never knows (by just reading the deploy output) which pip version is installed. Adding the version to the puts-step should make for quicker debugging.
@JanNash JanNash force-pushed the improve-output-of-python-step branch from 97d0971 to f918fdb Compare December 18, 2018 22:41
@CaseyFaist CaseyFaist requested a review from a team as a code owner October 3, 2019 03:30
@CaseyFaist CaseyFaist mentioned this pull request Mar 27, 2020
1 task
@CaseyFaist
Copy link
Contributor

Superceded by #939 (I cherry picked your commit in so you still get the credit 👍 ), tests in progress.

@CaseyFaist CaseyFaist closed this Mar 27, 2020
@JanNash
Copy link
Author

JanNash commented Mar 29, 2020

I cherry picked your commit in so you still get the credit 👍

That's very kind of you :D (I didn't do this for the credit, just to improve things, but I still appreciate it :))

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