Skip to content

Commit a39e53a

Browse files
committed
.github/ci: Install python3-packaging package
show-fixed-kernel-cves.py script from flatcar-build-scripts requires this package: Traceback (most recent call last): File "/home/runner/actions-runner/_work/scripts/scripts/flatcar-build-scripts/show-fixed-kernel-cves.py", line 29, in <module> from packaging import version ModuleNotFoundError: No module named 'packaging'
1 parent 00dad31 commit a39e53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
sudo rm /bin/sh
5656
sudo ln -s /bin/bash /bin/sh
5757
sudo apt-get update
58-
sudo apt-get install -y ca-certificates curl git gnupg lsb-release python3 qemu-user-static zstd
58+
sudo apt-get install -y ca-certificates curl git gnupg lsb-release python3 python3-packaging qemu-user-static zstd
5959
sudo mkdir -p /etc/apt/keyrings
6060
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
6161
echo \

0 commit comments

Comments
 (0)