Skip to content

Commit

Permalink
chore: downgrade requests dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV authored Jun 4, 2024
1 parent 51fe1dd commit 3d12f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
with:
cache: pip

- run: python3 -m pip install ansible molecule molecule-docker
# TODO: Remove `requests` version pin https://github.com/ansible-community/molecule-plugins/issues/256
- run: python3 -m pip install ansible molecule molecule-docker requests<=2.32.0

- run: molecule test

Expand Down

0 comments on commit 3d12f6d

Please sign in to comment.