Skip to content

Commit

Permalink
withoutsetuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 22, 2023
1 parent ae12b0a commit 83fa8d7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 83fa8d7

Please sign in to comment.