From 83fa8d701e9dc0608468287e5f1c1935e15c1017 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 22 Oct 2023 15:53:21 +1100 Subject: [PATCH] withoutsetuptools --- .ci/install.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.ci/install.sh b/.ci/install.sh index cd9035f6a6e..4748feb3d49 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -46,16 +46,6 @@ if [[ $(uname) != CYGWIN* ]]; then python3 -m pip install pyqt6 fi - # Pyroma uses non-isolated build and fails with old setuptools - if [[ - $GHA_PYTHON_VERSION == pypy3.9 - || $GHA_PYTHON_VERSION == 3.8 - || $GHA_PYTHON_VERSION == 3.9 - ]]; then - # To match pyproject.toml - python3 -m pip install "setuptools>=67.8" - fi - # webp pushd depends && ./install_webp.sh && popd