Skip to content

Commit 2d20332

Browse files
Remove postgres dependnecies
1 parent fd90674 commit 2d20332

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
@@ -33,8 +33,6 @@ jobs:
3333
uses: actions/setup-python@v2
3434
with:
3535
python-version: 3.10.2
36-
- name: psycopg2 prerequisites
37-
run: sudo apt-get install python-dev libpq-dev
3836
- name: Install dependencies
3937
run: |
4038
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)