Skip to content

Commit

Permalink
test multiple ModuleNotFoundErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hurst committed Oct 25, 2024
1 parent bbe85f4 commit b8ff96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- base_image: ubi8:latest
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
- base_image: ubi8:latest
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
- base_image: opensuse/leap:latest
install_deps_cmd: zypper -n install git-core python3-pip python3-rpm
- base_image: ubuntu:latest
Expand Down

0 comments on commit b8ff96f

Please sign in to comment.