Merge branch 'master' of https://github.com/fabiocaccamo/django-admin-interface
commit
7257fbffb3
|
|
@ -31,11 +31,7 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
cache: 'pip'
|
||||||
- uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: ${{ env.pythonLocation }}
|
|
||||||
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-test.txt') }}
|
|
||||||
|
|
||||||
- name: Install psycopg2 prerequisites
|
- name: Install psycopg2 prerequisites
|
||||||
run: sudo apt-get install libpq-dev
|
run: sudo apt-get install libpq-dev
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue