Skip to content

Commit

Permalink
Install and use Python 3.11 on RHEL UBI 9. (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jul 12, 2023
1 parent 13e68fc commit 553a77a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,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
Expand Down

0 comments on commit 553a77a

Please sign in to comment.