Skip to content

Commit fa3f5c8

Browse files
authored
Update django.yml
1 parent 45f40d8 commit fa3f5c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/django.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install Dependencies
2626
run: |
27+
sudo apt-get update
2728
sudo apt-get install libpython3.7-dev
2829
python -m pip install --upgrade pip
2930
pip install wheel

0 commit comments

Comments
 (0)