diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f88bb86..4ff77ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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