summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4674e51341..5087175710 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -129,6 +129,10 @@ jobs:
with:
show-progress: false
+ - uses: actions/setup-python@v5
+ with:
+ python-version: '3.x'
+
- uses: ./.github/actions/run_awx_devel
id: awx
with:
@@ -266,6 +270,10 @@ jobs:
with:
show-progress: false
+ - uses: actions/setup-python@v5
+ with:
+ python-version: '3.x'
+
- uses: ./.github/actions/run_awx_devel
id: awx
with:
@@ -336,6 +344,10 @@ jobs:
with:
show-progress: false
+ - uses: actions/setup-python@v5
+ with:
+ python-version: '3.x'
+
- name: Upgrade ansible-core
run: python3 -m pip install --upgrade ansible-core