Skip to content

Commit 7b23221

Browse files
committed
Remove python-dev
1 parent af4e271 commit 7b23221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: 3.9
2323
- name: psycopg2 prerequisites
24-
run: sudo apt-get install python-dev libpq-dev
24+
run: sudo apt-get install libpq-dev
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)