From a0faa22faf7209e906406704c0c751bb70b60153 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. --- .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 4f5507965..b1a8f72b5 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'