Skip to content

Commit

Permalink
Pin requests to avoid docker incompatibility
Browse files Browse the repository at this point in the history
Pins back requests to avoid docker/docker-py#3113
  • Loading branch information
samdbmg committed May 1, 2023
1 parent 0766472 commit d8bfc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
python-version: '3.x'
- name: Install deps
run: pip3 install ansible ansible-lint molecule molecule-plugins
run: pip3 install ansible ansible-lint molecule molecule-plugins 'requests<2.2.29' # Pin back requests to avoid https://github.com/docker/docker-py/issues/3113

- name: Create instances, prepare environment
run: molecule create && molecule prepare
Expand Down

0 comments on commit d8bfc8b

Please sign in to comment.