Skip to content

Commit

Permalink
Bump setuptools for Pyroma on 3.8-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 21, 2023
1 parent 430920e commit d8baf5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ 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

Expand Down

0 comments on commit d8baf5e

Please sign in to comment.