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 62e0aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
set -euxo pipefail
sudo apt-get update
sudo apt-get install podman
pip install --force-reinstall requests==2.31.0
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 62e0aa1

Please sign in to comment.