mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-17 17:02:28 +00:00
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:
parent
6cfd4524a0
commit
a0faa22faf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user