Merge pull request #64 from ansible-collections/63-ansible-base-switch

Update CI to use ansible/ansible instead of ansible-base
This commit is contained in:
Jeff Geerling
2020-03-23 12:48:19 -05:00
committed by GitHub

View File

@@ -26,8 +26,8 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- name: Install ansible-base
run: pip install git+https://github.com/ansible-collection-migration/ansible-base.git --disable-pip-version-check
- name: Install ansible base (devel branch)
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
- name: Run sanity tests on Python ${{ matrix.python_version }}
run: ansible-test sanity --docker -v --color --python ${{ matrix.python_version }}