diff --git a/CHANGES/5470.bugfix b/CHANGES/5470.bugfix new file mode 100644 index 00000000000..f2a3b498f30 --- /dev/null +++ b/CHANGES/5470.bugfix @@ -0,0 +1 @@ +Fix CI diff --git a/Makefile b/Makefile index 6a617042960..5de1686a2b0 100644 --- a/Makefile +++ b/Makefile @@ -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 @touch .install-deps .PHONY: lint