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 1f94c7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit 1f94c7d

Please sign in to comment.