We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5ffe2 commit 583518dCopy full SHA for 583518d
1 file changed
.github/workflows/keploy.yml
@@ -40,4 +40,4 @@ jobs:
40
41
- name: Run Keploy test
42
run: |
43
- keploy test -c "python flask_api_server.py" --delay 10
+ keploy test -c "python3 flask_api_server.py" --delay 10
0 commit comments