Skip to content

Commit 13e081a

Browse files
committed
schemathesis==3.24.3
1 parent 93735f7 commit 13e081a

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
@@ -34,7 +34,7 @@ jobs:
3434
mkdir -p schemathesis
3535
python3 -m venv schemathesis
3636
. schemathesis/bin/activate
37-
pip install schemathesis
37+
pip install schemathesis==3.24.3
3838
st run --endpoint 'activities' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
3939
#st run --endpoint 'media' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json
4040
st run --endpoint 'control/speak' --hypothesis-max-examples=10 --request-timeout=20 http://localhost:5000/api/v1/openapi.json

0 commit comments

Comments
 (0)