Pin ansible-core for collection tests (#7030)

Signed-off-by: Elyézer Rezende <elyezermr@gmail.com>
This commit is contained in:
Elyézer Rezende
2025-07-25 11:23:42 -04:00
committed by Chris Meyers
parent 3ccc5e5f2c
commit 4757785016
2 changed files with 3 additions and 3 deletions

View File

@@ -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