Skip to content

Commit

Permalink
Use older pip version to remain compatible with Python 3.7
Browse files Browse the repository at this point in the history
Fixes BuildBundle-Linux as upstream change dropped support for Python
3.7.
  • Loading branch information
tautschnig committed Jun 21, 2024
1 parent 51678e9 commit 7fd296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fd296a

Please sign in to comment.