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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
if [ -f backend/requirements.txt ]; then pip install -r backend/requirements.txt; fi
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue