Optimize apt avoiding install recommends
This commit is contained in:
parent
c2e5fef0bd
commit
b8a5ddd8d7
|
@ -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
|
||||
|
|
Reference in New Issue