Skip to content

Commit

Permalink
Use requests<2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvakil committed May 22, 2024
1 parent 52f6ebe commit b17bca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible molecule-plugins[docker] docker
run: pip3 install ansible molecule-plugins[docker] docker 'requests<2.32.0'

- name: Run Molecule tests.
run: molecule test
Expand Down

0 comments on commit b17bca2

Please sign in to comment.