Skip to content

Commit

Permalink
build_and_test_using_docker.yml: Workaround docker-py issues with url…
Browse files Browse the repository at this point in the history
…lib3 >=2

Upstream issue:
docker/docker-py#3113
  • Loading branch information
hartwork committed May 3, 2023
1 parent 3838de1 commit f734f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test_using_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
--disable-pip-version-check \
--user \
--no-warn-script-location \
'urllib3<2' \
docker-compose
echo "PATH=${HOME}/.local/bin:${PATH}" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit f734f06

Please sign in to comment.