From c9b785d0b81592c07784aae9aeb4131b1c3416dc Mon Sep 17 00:00:00 2001 From: Lukas Panni Date: Fri, 7 Oct 2022 15:13:41 +0200 Subject: [PATCH] Fix schemathesis action add httpx as dependency see: https://github.com/schemathesis/schemathesis/issues/1614 --- .github/workflows/schemathesis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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