Fixes: #316
This commit is contained in:
Abhijeet Kasurde
2020-12-04 12:33:10 +05:30
committed by GitHub
parent 11191e40b0
commit 4b447cc301
2 changed files with 10 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Install ansible base (devel branch)
run: pip install "ansible>=2.9.0,<2.10.0"
run: pip install "ansible>=2.9.0,<2.10.0" pip==20.3.1
- name: Run integration tests on Python ${{ matrix.python_version }}
run: make downstream-test-integration