Skip to content

Commit 34be55f

Browse files
authored
Update django.yml
1 parent 20fff00 commit 34be55f

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
- name: Install Dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27+
pip install wheel
2728
pip install -r requirements.txt
2829
- name: Run Tests
2930
run: |

0 commit comments

Comments
 (0)