We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1576c13 commit 18e4133Copy full SHA for 18e4133
.github/workflows/first.yml
@@ -16,5 +16,7 @@ jobs:
16
python-version: "3.11"
17
- name: Install requirements
18
run: pip install -r requirements.txt
19
+ - name: Wait for server to be ready
20
+ run: sleep 5
21
- name: Run client
22
run: python client.py
0 commit comments