Update full-integration-test by adding pip install requests
This commit is contained in:
parent
1e8743ae06
commit
e18467249a
3
.github/workflows/full-integration-test.yml
vendored
3
.github/workflows/full-integration-test.yml
vendored
@ -62,6 +62,9 @@ jobs:
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
- name: Install requests
|
||||
run: pip install requests
|
||||
|
||||
- name: Install ansible-base (${{ matrix.ansible }})
|
||||
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user