-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
Fix pip-sync to use pip script depending on a python version #737
Fix pip-sync to use pip script depending on a python version #737
Conversation
6faf867
to
50b7e4e
Compare
50b7e4e
to
18d05c0
Compare
Codecov Report
@@ Coverage Diff @@
## master #737 +/- ##
==========================================
+ Coverage 85.81% 85.96% +0.15%
==========================================
Files 31 31
Lines 2122 2124 +2
Branches 305 304 -1
==========================================
+ Hits 1821 1826 +5
+ Misses 233 232 -1
+ Partials 68 66 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
(Please keep them coming!)
Awesome, this even fixes another issue I had (importing piptools and running it inside another script)! |
When can I expect a release including this fix? |
@kaeptmblaubaer1000 I'm preparing a release right now. Taking the CI time into account, in the next few hours. |
|
Fixes #734.
Changelog-friendly one-liner: Fix pip-sync to use pip script depending on a python version
Contributor checklist