Skip to content

Commit

Permalink
Use requests 2.31.0
Browse files Browse the repository at this point in the history
Workaround for: psf/requests#6707

Signed-off-by: Ondra Machacek <omachace@redhat.com>
  • Loading branch information
machacekondra committed May 21, 2024
1 parent 7e88370 commit 4728e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
set -euxo pipefail
sudo apt-get update
sudo apt-get install podman
# FIXME: WA https://github.com/psf/requests/issues/6707
pip install --force-reinstall requests==2.31.0
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

1 comment on commit 4728e64

@epsilonpi1991
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This worked for me
Thanks

Please sign in to comment.