Skip to content

Commit 5990241

Browse files
committed
schemathesis==3.24.3
1 parent 9ef6dcd commit 5990241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
mkdir -p schemathesis
2828
python3 -m venv schemathesis
2929
. schemathesis/bin/activate
30-
pip install schemathesis
30+
pip install schemathesis==3.24.3
3131
st run --endpoint 'activities' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
3232
#st run --endpoint 'media' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
3333
st run --endpoint 'control/speak' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json

0 commit comments

Comments
 (0)