From 3a701df933cdb5ac81c4b7ac2ae636b4fe164f64 Mon Sep 17 00:00:00 2001 From: Huyeng Date: Wed, 5 Oct 2022 21:17:21 +0200 Subject: [PATCH] fix for broken schemathesis, until https://github.com/schemathesis/schemathesis/issues/1614 is fixed --- .github/workflows/schemathesis.yaml | 1 + 1 file changed, 1 insertion(+) 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