Update pythonpackage.yml

This commit is contained in:
Fabio Caccamo
2021-12-07 21:07:33 +01:00
committed by GitHub
parent 017f905330
commit 3d9cfd134d
+2 -6
View File
@@ -31,12 +31,8 @@ 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