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 committed Jun 4, 2024
1 parent 51fe1dd commit 33b5eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
vars:
pip_install_packages:
- docker
- 'requests<2.32.0'

pre_tasks:
- name: Update cache
Expand Down

0 comments on commit 33b5eb3

Please sign in to comment.