-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 Makefile pip command #5470
Conversation
@@ -62,7 +62,7 @@ aiohttp/%.c: aiohttp/%.pyx $(call to-hash,$(CYS)) aiohttp/_find_header.c | |||
cythonize: .install-cython $(PYXS:.pyx=.c) | |||
|
|||
.install-deps: .install-cython $(PYXS:.pyx=.c) $(call to-hash,$(CYS) $(REQS)) | |||
pip install -r requirements/dev.txt | |||
@pip install -r requirements/dev.in -c requirements/dev.txt |
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.
It seems like this may need a more intrusive fix: https://github.com/aio-libs/aiohttp/pull/5470/checks?check_run_id=1879584882#step:7:41
@@ -0,0 +1 @@ | |||
Fix CI |
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.
Could you add something that'd be useful in the changelog here?
I think it's also necessary to do this update in master. |
Looks like this is superseeded by #5486. |
No description provided.