Skip to content

Commit

Permalink
Fix schemathesis action
Browse files Browse the repository at this point in the history
add httpx as dependency
see: schemathesis/schemathesis#1614
  • Loading branch information
lukaspanni committed Oct 7, 2022
1 parent b2c0fed commit c9b785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schemathesis.yaml
Expand Up @@ -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
Expand Down

0 comments on commit c9b785d

Please sign in to comment.