From feb2225592af76ad7a9938474213b62247e890f8 Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Fri, 19 Jul 2024 14:06:56 -0400 Subject: [PATCH] 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. Cherry-picked from: a0faa22f Github Pull Request: #3582 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 643a02f8ad6..e12df9291ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'