mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Merge pull request #3582 from patricklodder/qa/pin-setuptools
ci: pin setuptools version to 70.3.0
This commit is contained in:
commit
7bd7f36b70
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