Merge pull request #3582 from patricklodder/qa/pin-setuptools

ci: pin setuptools version to 70.3.0
This commit is contained in:
chromatic 2024-07-20 15:42:52 -07:00 committed by GitHub
commit 7bd7f36b70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,7 @@ jobs:
pkg-config bsdmainutils curl ca-certificates ccache rsync git \
procps bison python3 python3-pip python3-setuptools python3-wheel
sudo apt-get install ${{ matrix.packages }}
python3 -m pip install setuptools --upgrade
python3 -m pip install setuptools==70.3.0 --upgrade
- name: Install custom lief wheel
if: matrix.os == 'ubuntu-18.04'