From e3815c6c2e827af14978512963d09cb05cafd3ac Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Tue, 7 Sep 2021 19:29:17 +0100 Subject: [PATCH] Pin setuptools<58 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec7aeb7afb0..d91c18c2e6b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -580,7 +580,7 @@ jobs: python -m venv venv . venv/bin/activate - pip install -U "pip<20.3" setuptools wheel + pip install -U "pip<20.3" "setuptools<58" wheel pip install -r requirements_all.txt pip install -r requirements_test.txt pip install -e .