mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
AAP-36522 Opened PR to test and fix deprecation error in tower 4.6 checks (#6772)
* Opened PR to test AAP-36522. * Test pin specific ansible-core version in the run_awx_devel actions. * Fixed syntax for ansible-core version. * updated makefile to match syntax for ansible version * Reverts makefile changes; fixed syntax for upgrade ansible-core action.
This commit is contained in:
2
.github/actions/run_awx_devel/action.yml
vendored
2
.github/actions/run_awx_devel/action.yml
vendored
@@ -26,7 +26,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.0'
|
||||
|
||||
- name: Install system deps
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user