mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 02:14:41 +00:00
Issue #167: Install ansible-base via pip with --pre.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -86,10 +86,10 @@ jobs:
|
|||||||
- name: Install molecule and openshift dependencies
|
- name: Install molecule and openshift dependencies
|
||||||
run: pip install molecule yamllint openshift flake8
|
run: pip install molecule yamllint openshift flake8
|
||||||
|
|
||||||
- name: Install ansible base (2.10 branch)
|
- name: Install ansible base, latest release.
|
||||||
run: |
|
run: |
|
||||||
pip uninstall -y ansible
|
pip uninstall -y ansible
|
||||||
pip install https://github.com/ansible/ansible/archive/stable-2.10.tar.gz --disable-pip-version-check
|
pip install --pre ansible-base
|
||||||
|
|
||||||
# The devel branch doesn't work with Molecule currently.
|
# The devel branch doesn't work with Molecule currently.
|
||||||
# See: https://github.com/ansible-community/molecule/issues/2757
|
# See: https://github.com/ansible-community/molecule/issues/2757
|
||||||
|
|||||||
Reference in New Issue
Block a user