diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 1cda7c9..5908c04 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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: |