Skip to content

Commit

Permalink
ci: pip requests<2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed May 21, 2024
1 parent dce34b4 commit 48b970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --no-cache-dir --upgrade pip
pip install "git+https://github.com/ansible/ansible@${{ matrix.ansible_version }}" molecule molecule-plugins[docker]
pip install "git+https://github.com/ansible/ansible@${{ matrix.ansible_version }}" molecule molecule-plugins[docker] 'requests<2.32.0'
- name: Test with molecule
run: |
Expand Down

0 comments on commit 48b970e

Please sign in to comment.