Skip to content

Commit

Permalink
[ci] Avoid installing requests 2.32
Browse files Browse the repository at this point in the history
This request release is bugged.
ansible-community/molecule-plugins#256
  • Loading branch information
nemesifier committed May 22, 2024
1 parent 7bc4790 commit cf0f6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: |
pip install molecule molecule-plugins[docker] yamllint ansible-lint docker
pip install openwisp-utils[qa]
# https://github.com/ansible-community/molecule-plugins/issues/256
python -m pip install 'requests<2.32'
- name: Install Ansible Galaxy dependencies
run: ansible-galaxy collection install "community.general:>=3.6.0"
Expand Down

0 comments on commit cf0f6c1

Please sign in to comment.