[4.6][CI]Fix CI for newer debian image (#15583) (#6716)

* Fix CI for newer debian image (#15583)

* Fix CI for newer debian image

Signed-off-by: Rick Elrod <rick@elrod.me>

* Missed one

Signed-off-by: Rick Elrod <rick@elrod.me>

---------

Signed-off-by: Rick Elrod <rick@elrod.me>

* Update ci.yml

---------

Signed-off-by: Rick Elrod <rick@elrod.me>
Co-authored-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Hao Liu
2024-10-15 15:33:55 -04:00
committed by GitHub
parent d1c85dae4d
commit 433974aea6
3 changed files with 24 additions and 1 deletions

View File

@@ -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