Skip to content

Commit 68a979c

Browse files
committed
Add python3-openvswitch to apt preferences
1 parent 6080027 commit 68a979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
- name: Write apt config to file
207207
run: |
208208
cat > stackhpc-apt-preferences <<EOF
209-
Package: openvswitch-switch openvswitch-common openvswitch-common-dpdk
209+
Package: openvswitch-switch openvswitch-common openvswitch-common-dpdk python3-openvswitch
210210
Pin: version 3.3.*
211211
Pin-Priority: 1001
212212
EOF

0 commit comments

Comments
 (0)