Skip to content

Commit

Permalink
cci.jenkinsfile: Modify jenkinsfile to stop installing python3-toml
Browse files Browse the repository at this point in the history
  • Loading branch information
c4rt0 authored and dustymabe committed Feb 2, 2023
1 parent b9529b8 commit eef495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cosaPod(runAsUser: 0) {
checkout scm
// required by config-bot (XXX: should have a deps.txt file for each
// subproject or something)
shwrap("dnf install -y python3-aiohttp python3-toml")
shwrap("dnf install -y python3-aiohttp")
shwrap("./run-pylint")
}

0 comments on commit eef495c

Please sign in to comment.