Skip to content

Commit

Permalink
add python3.11 to ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hurst committed Oct 25, 2024
1 parent 2a77d62 commit b3c25d4
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 @@ -16,7 +16,7 @@ jobs:
- base_image: centos:stream9
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
- base_image: registry.access.redhat.com/ubi9:latest
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm && python3 -m pip install -U requests
install_deps_cmd: dnf -y install git-core python{3,3.11}-pip python3-rpm && for interpreter in python{3,3.11}; do $interpreter -m pip install -U requests || break; done
- base_image: ubi8:latest
install_deps_cmd: dnf -y install git-core python3-pip python3-rpm
- base_image: opensuse/leap:latest
Expand Down

0 comments on commit b3c25d4

Please sign in to comment.