We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3f5c8 commit b485774Copy full SHA for b485774
.github/workflows/django.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Dependencies
26
run: |
27
sudo apt-get update
28
- sudo apt-get install libpython3.7-dev
+ sudo apt-get install libpython3.11-dev
29
python -m pip install --upgrade pip
30
pip install wheel
31
pip install -r requirements.txt
0 commit comments