diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index 1cd88ba..b5c18f5 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -36,7 +36,7 @@ jobs: export POSTGRES_TIMEOUT=5 && \ id && \ cd && \ - ls -altr && \ + ls -altr && \ python3 -m pip install -r requirements.txt && \ python3 -m pip install types-requests mypy black pylint && \ bash deploy.sh'