mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Pin ansible-core for collection tests (#7030)
Signed-off-by: Elyézer Rezende <elyezermr@gmail.com>
This commit is contained in:
committed by
Chris Meyers
parent
3ccc5e5f2c
commit
4757785016
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -275,7 +275,7 @@ jobs:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Upgrade ansible-core
|
||||
run: python3 -m pip install --upgrade ansible-core
|
||||
run: python3 -m pip install --upgrade "ansible-core<2.19"
|
||||
|
||||
- name: Download coverage artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user