mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
Limit to python 3.12 for 4.6 branch (#6817)
This commit is contained in:
parent
48ee5b05ee
commit
7017c28706
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.12'
|
||||
|
||||
- uses: ./.github/actions/run_awx_devel
|
||||
id: awx
|
||||
@ -201,7 +201,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.12'
|
||||
|
||||
- uses: ./.github/actions/run_awx_devel
|
||||
id: awx
|
||||
@ -253,7 +253,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Upgrade ansible-core
|
||||
run: python3 -m pip install --upgrade ansible-core
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user