mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Pin ansible-core for collection tests
Signed-off-by: Elyézer Rezende <elyezermr@gmail.com>
This commit is contained in:
2
.github/actions/run_awx_devel/action.yml
vendored
2
.github/actions/run_awx_devel/action.yml
vendored
@@ -36,7 +36,7 @@ runs:
|
||||
|
||||
- name: Upgrade ansible-core
|
||||
shell: bash
|
||||
run: python3 -m pip install --upgrade ansible-core
|
||||
run: python3 -m pip install --upgrade 'ansible-core<2.18'
|
||||
|
||||
- name: Install system deps
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user