Skip to content

Commit

Permalink
install requests < 2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed May 22, 2024
1 parent e575a37 commit ef0727f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
pip install "ansible<8" "ansible-lint<6.13" flake8
pip install "molecule<5" "ansible-compat<4"
pip install molecule-plugins[docker] pytest-testinfra
pip install "requests < 2.32.0"
- name: Run molecule
run: molecule test -s "${{ matrix.scenario }}"

Expand Down

0 comments on commit ef0727f

Please sign in to comment.