We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fff00 commit 34be55fCopy full SHA for 34be55f
.github/workflows/django.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Install Dependencies
25
run: |
26
python -m pip install --upgrade pip
27
+ pip install wheel
28
pip install -r requirements.txt
29
- name: Run Tests
30
0 commit comments