We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d1ce5 commit 5d0036bCopy full SHA for 5d0036b
1 file changed
Makefile
@@ -16,6 +16,7 @@ environment:
16
python3 -m pip install -U pip
17
pip3 install 'poetry==1.8.3'
18
poetry config virtualenvs.in-project true
19
+ poetry config installer.modern-installation false
20
printf "Cython<3\n" > /tmp/pip-constraints.txt
21
PIP_CONSTRAINT=/tmp/pip-constraints.txt poetry install
22
poetry run pip install 'setuptools<81'
0 commit comments