Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed May 22, 2024
1 parent de2c21e commit 64fba44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
strategy:
matrix:
python_version: ["3.11"]
ansible_version: ["2.15", "2.16"]
ansible_version: ["2.16", "2.17"]
molecule_test: ${{ fromJSON(inputs.molecule_tests) }}
steps:
- name: Check out code
Expand All @@ -211,7 +211,7 @@ jobs:
max_attempts: 3
command: |
python -m pip install --upgrade pip
pip install --progress-bar off 'molecule>=24.2.0' 'molecule-plugins[docker]>=23.0.0' ansible-core~=${{ matrix.ansible_version }}
pip install --progress-bar off 'molecule>=24.2.0' 'molecule-plugins[docker]>=23.0.0' 'ansible-core<${{ matrix.ansible_version }}'
if [ -f ansible_collections/${{ inputs.fqcn }}/requirements.txt ]; then
echo "=== Installing python deps"
pip install --progress-bar off -r ansible_collections/${{ inputs.fqcn }}/requirements.txt
Expand Down

0 comments on commit 64fba44

Please sign in to comment.