mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-18 13:34:08 +01:00
Update django.yml
This commit is contained in:
parent
d98c77acc6
commit
d013b734eb
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user