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