ci: pin setuptools version to 70.3.0

We need to upgrade setuptools, but for now not past 70.x; pin the
latest version available.
This commit is contained in:
Patrick Lodder 2024-07-19 14:06:56 -04:00
parent 6cfd4524a0
commit a0faa22faf
No known key found for this signature in database
GPG Key ID: 7C523F5FBABE80E7

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'