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 2c213ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion tests/integration/targets/guest_info/runme.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
source ../init.sh
exec ansible-playbook run.yml
exec ansible-playbook -vvvv run.yml

0 comments on commit 2c213ed

Please sign in to comment.