Skip to content

Commit 9f597aa

Browse files
Update django.yml
1 parent edb39eb commit 9f597aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
- name: Install Dependencies
4848
run: |
49+
sudo apt-get update
50+
sudo apt-get install -y build-essential python3-dev
4951
python -m pip install --upgrade pip
5052
pip install -r requirements.txt
5153

0 commit comments

Comments
 (0)