Skip to content

Commit b8ff96f

Browse files
committed
test multiple ModuleNotFoundErrors
1 parent bbe85f4 commit b8ff96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- base_image: ubi8:latest
2121
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
2222
- base_image: ubi8:latest
23-
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm && rm -f /usr/lib64/python3.6/site-packages/rpm/_{rpm,rpmb,rpms}.so
23+
install_deps_cmd: dnf -y install git-core python{3,39}-pip python3-rpm && rm -vf /usr/lib64/python3.6/site-packages/rpm/_{rpm,rpmb,rpms}.so
2424
- base_image: opensuse/leap:latest
2525
install_deps_cmd: zypper -n install git-core python3-pip python3-rpm
2626
- base_image: ubuntu:latest

0 commit comments

Comments
 (0)