mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-06 22:51:26 +02:00
ci: Bump lint task image to Ubuntu Jammy
This commit is contained in:
@@ -27,14 +27,6 @@ export PATH="${PYTHON_PATH}/bin:${PATH}"
|
||||
command -v python3
|
||||
python3 --version
|
||||
|
||||
(
|
||||
# Temporary workaround for https://github.com/bitcoin/bitcoin/pull/26130#issuecomment-1260499544
|
||||
# Can be removed once the underlying image is bumped to something that includes git2.34 or later
|
||||
sed -i -e 's/bionic/jammy/g' /etc/apt/sources.list
|
||||
${CI_RETRY_EXE} apt-get update
|
||||
${CI_RETRY_EXE} apt-get install -y --reinstall git
|
||||
)
|
||||
|
||||
${CI_RETRY_EXE} pip3 install codespell==2.2.1
|
||||
${CI_RETRY_EXE} pip3 install flake8==4.0.1
|
||||
${CI_RETRY_EXE} pip3 install mypy==0.942
|
||||
|
Reference in New Issue
Block a user