We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb39eb commit 9f597aaCopy full SHA for 9f597aa
.github/workflows/django.yml
@@ -46,6 +46,8 @@ jobs:
46
47
- name: Install Dependencies
48
run: |
49
+ sudo apt-get update
50
+ sudo apt-get install -y build-essential python3-dev
51
python -m pip install --upgrade pip
52
pip install -r requirements.txt
53
0 commit comments