We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe85f4 commit b8ff96fCopy full SHA for b8ff96f
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- base_image: ubi8:latest
21
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
22
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
+ 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
24
- base_image: opensuse/leap:latest
25
install_deps_cmd: zypper -n install git-core python3-pip python3-rpm
26
- base_image: ubuntu:latest
0 commit comments