From 7fd296ac17dfbaa3ffd3c50a2d0cda3a063116a4 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Fri, 21 Jun 2024 09:43:11 +0000 Subject: [PATCH] Use older pip version to remain compatible with Python 3.7 Fixes BuildBundle-Linux as upstream change dropped support for Python 3.7. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc8728eb308e..7c20e64ee6f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: build-essential bash-completion curl lsb-release sudo g++ gcc flex \ bison make patch git python3.7 python3.7-dev python3.7-distutils update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 - curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py + curl -s https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py python3 get-pip.py --force-reinstall rm get-pip.py