Optimize apt avoiding install recommends

This commit is contained in:
Santiago L 2022-03-03 09:35:52 +01:00
parent c2e5fef0bd
commit b8a5ddd8d7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -qy
sudo apt-get -y install postgresql-client
sudo apt-get -y install postgresql-client --no-install-recommends
python -m pip install --upgrade pip
pip install flake8 pytest coverage
pip install -r requirements.txt