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 48eec54 commit 29aff33Copy full SHA for 29aff33
.github/workflows/first.yml
@@ -14,5 +14,7 @@ jobs:
14
uses: actions/setup-python@v5
15
with:
16
python-version: "3.11"
17
+ - name: Install requirements
18
+ run: pip install -r requirements.txt
19
- name: Run client
20
run: python client.py
0 commit comments