Update django.yml

This commit is contained in:
sosokker 2023-11-22 23:06:17 +07:00
parent d98c77acc6
commit d013b734eb

View File

@ -8,7 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
services:
@ -31,6 +30,7 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
cd backend
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run migrations