Skip to content

Commit

Permalink
Merge pull request #425 from khaledk2/fix_actions
Browse files Browse the repository at this point in the history
Fix requests 2.32.0 issue
  • Loading branch information
sbesson authored Jun 10, 2024
2 parents 8ff4e58 + 16015fd commit 5eed9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Install Ansible & Molecule
# TODO: review upgrade to Molecule 5.x
run: pip install "ansible<8" ansible-lint flake8 \
"molecule<5" "ansible-compat<4" molecule-plugins[docker] pytest-testinfra
"molecule<5" "requests < 2.32.0" "ansible-compat<4" molecule-plugins[docker] pytest-testinfra
- name: Run Molecule
run: cd ansible && molecule test -s "${{ matrix.scenario }}"

0 comments on commit 5eed9c4

Please sign in to comment.