-
Notifications
You must be signed in to change notification settings - Fork 383
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 failing builds by upgrading pip-tools after latest pip release #2038
Conversation
a42527c
to
fb89609
Compare
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.
Error: Invalid value for '[SRC_FILES]...': Path 'requirements-dev-comp.txt' does not exist.
it looks like it is running into problem with file not found error.
fb89609
to
b96a48d
Compare
1 similar comment
b96a48d
to
729ef0d
Compare
yes I was missing a -o argument it looks like |
Codecov Report
@@ Coverage Diff @@
## main #2038 +/- ##
==========================================
- Coverage 93.06% 92.32% -0.74%
==========================================
Files 48 95 +47
Lines 1962 4902 +2940
==========================================
+ Hits 1826 4526 +2700
- Misses 136 376 +240
Flags with carried forward coverage won't be shown. Click here to find out more. see 47 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
seems it is all working now with latest changes |
729ef0d
to
5cc529a
Compare
5cc529a
to
79cbff0
Compare
Description
Latest builds are failing with error:
The latest pip release broke compatibility with old pip-tools. Solution seems to be to upgrade pip-tools since we are pinned to an old version currently.
See related issue: jazzband/pip-tools#1823
Checklist