Skip to content

Commit

Permalink
Fix CI for newer debian image
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Elrod <[email protected]>
  • Loading branch information
relrod committed Oct 14, 2024
1 parent 825a02c commit e332a2d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
with:
show-progress: false

- uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: install tox
run: pip install tox

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/label_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
with:
show-progress: false

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install python requests
run: pip install requests
- name: Check if user is a member of Ansible org
Expand Down

0 comments on commit e332a2d

Please sign in to comment.