Skip to content

Commit 29aff33

Browse files
committed
task
1 parent 48eec54 commit 29aff33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/first.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.11"
17+
- name: Install requirements
18+
run: pip install -r requirements.txt
1719
- name: Run client
1820
run: python client.py

0 commit comments

Comments
 (0)