We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f40d8 commit fa3f5c8Copy full SHA for fa3f5c8
.github/workflows/django.yml
@@ -24,6 +24,7 @@ jobs:
24
python-version: ${{ matrix.python-version }}
25
- name: Install Dependencies
26
run: |
27
+ sudo apt-get update
28
sudo apt-get install libpython3.7-dev
29
python -m pip install --upgrade pip
30
pip install wheel
0 commit comments