From 7f385fa2688f4e8b1154f5e170eeff086127330b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 22:23:37 +0200 Subject: [PATCH] Install and use Python 3.11 on RHEL UBI 9. (#666) (#667) (cherry picked from commit 1d0b6ddef3996f870fe38637303737f304e8c491) Co-authored-by: Felix Fontein --- .github/workflows/ee.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index 64f8659d..d307f048 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -39,11 +39,15 @@ jobs: exclude: - ansible_core: '' include: - # - name: ansible-core devel @ RHEL UBI 9 - # ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz - # ansible_runner: ansible-runner - # base_image: docker.io/redhat/ubi9:latest - # pre_base: '"#"' + - name: ansible-core devel @ RHEL UBI 9 + ansible_core: https://github.com/ansible/ansible/archive/devel.tar.gz + ansible_runner: ansible-runner + other_deps: |2 + python_interpreter: + package_system: python3.11 python3.11-pip python3.11-wheel python3.11-cryptography + python_path: "/usr/bin/python3.11" + base_image: docker.io/redhat/ubi9:latest + pre_base: '"#"' - name: ansible-core 2.15 @ Rocky Linux 9 ansible_core: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz ansible_runner: ansible-runner