diff --git a/.github/workflows/schemathesis.yaml b/.github/workflows/schemathesis.yaml index 2d52848..8ffbd58 100644 --- a/.github/workflows/schemathesis.yaml +++ b/.github/workflows/schemathesis.yaml @@ -9,7 +9,7 @@ jobs: with: python-version: '3.8' - - run: pip install schemathesis + - run: pip install schemathesis httpx - name: "Extract base url from openapi.yaml" uses: mikefarah/yq@master