Skip to content

Commit

Permalink
Fix requests 2.32.0 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 authored Jun 3, 2024
1 parent fca77ae commit 58cc111
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 58cc111

Please sign in to comment.