Skip to content

Commit 66489ce

Browse files
committed
ci: use legacy poetry installer for gevent
1 parent 2eacdfd commit 66489ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ environment:
1616
python3 -m pip install -U pip
1717
pip3 install 'poetry==1.8.3'
1818
poetry config virtualenvs.in-project true
19+
poetry config installer.modern-installation false
1920
printf "Cython<3\n" > /tmp/pip-constraints.txt
2021
PIP_CONSTRAINT=/tmp/pip-constraints.txt poetry install
2122
poetry run pip install 'setuptools<81'

0 commit comments

Comments
 (0)