Skip to content

Commit b485774

Browse files
authored
Update django.yml
1 parent fa3f5c8 commit b485774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Dependencies
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install libpython3.7-dev
28+
sudo apt-get install libpython3.11-dev
2929
python -m pip install --upgrade pip
3030
pip install wheel
3131
pip install -r requirements.txt

0 commit comments

Comments
 (0)