From 7fcaee7a46b46f634261ff81c64967be38817af0 Mon Sep 17 00:00:00 2001 From: Ian Hurst Date: Fri, 25 Oct 2024 16:45:57 +0000 Subject: [PATCH] fix typo in image name --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e0e35a..c72c3e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: install_deps_cmd: dnf -y install git-core python{3,3.11}-pip python3-rpm && python3 -m pip install -U requests && python3.11 -m pip install -U requests - base_image: ubi8:latest install_deps_cmd: dnf -y install git-core python3-pip python3-rpm - - base_iamge: ubi8:latest + - 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 - base_image: opensuse/leap:latest install_deps_cmd: zypper -n install git-core python3-pip python3-rpm