Add requests as dependency because fastapi's TestClient needs it
This commit is contained in:
parent
a58924c6da
commit
dde11213c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
pip install flake8 pytest requests
|
||||
if [ -f backend/requirements.txt ]; then pip install -r backend/requirements.txt; fi
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue