Skip to content

Commit 62fb1f7

Browse files
authored
#2178: fix(ci): add missing cri-tools dependency in build-notebooks workflow (#2179)
1 parent 066c61e commit 62fb1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ jobs:
398398
399399
sudo apt-get update
400400
# [ERROR FileExisting-conntrack]: conntrack not found in system path
401-
sudo apt-get install -y cri-o kubelet kubeadm kubectl conntrack
401+
sudo apt-get install -y cri-o cri-tools kubelet kubeadm kubectl conntrack
402402
403403
# make use of /etc/cni/net.d/11-crio-ipv4-bridge.conflist so we don't
404404
# need a pod network and just use the default bridge

0 commit comments

Comments
 (0)