Skip to content

Commit

Permalink
ci: pin setuptools version to 70.3.0
Browse files Browse the repository at this point in the history
We need to upgrade setuptools, but for now not past 70.x; pin the
latest version available.

Cherry-picked from: a0faa22
Github Pull Request: dogecoin#3582
  • Loading branch information
patricklodder committed Jul 20, 2024
1 parent 8bc6adf commit feb2225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit feb2225

Please sign in to comment.