Skip to content

Commit 2dcd7f8

Browse files
committed
Do we need postgres deps?
1 parent 7b23221 commit 2dcd7f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/django.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
uses: actions/setup-python@v2
2121
with:
2222
python-version: 3.9
23-
- name: psycopg2 prerequisites
24-
run: sudo apt-get install libpq-dev
2523
- name: Install dependencies
2624
run: |
2725
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)