From 493b6e31fba12c479c5c845987fab304b2b288d9 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 28 Mar 2020 10:16:02 -0500 Subject: [PATCH] Use Ansible devel for all tests. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a648cfc..d1ad55bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,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 integration tests on Python ${{ matrix.python_version }} run: ansible-test integration --docker -v --color --retry-on-error --python ${{ matrix.python_version }} --continue-on-error --diff --coverage @@ -83,8 +83,8 @@ jobs: - name: Install molecule and openshift dependencies run: pip install molecule yamllint openshift - - 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: Create default collection path symlink run: |