added gitea cicd
Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
parent
ce2035278d
commit
0ecfdc129c
17
.gitea/workflows/migrate.yaml
Normal file
17
.gitea/workflows/migrate.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
name: Test Django
|
||||
|
||||
jobs:
|
||||
migrate:
|
||||
name: SQLITE3 Migrations
|
||||
runs-on: ubuntu:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
@ -1,6 +1,12 @@
|
||||
asgiref==3.7.2
|
||||
beautifulsoup4==4.12.2
|
||||
Django==4.2.7
|
||||
django-bootstrap-v5==1.0.11
|
||||
django-browser-reload==1.12.1
|
||||
django-shortcuts==1.6
|
||||
djangorestframework==3.14.0
|
||||
include==0.2.2
|
||||
mysqlclient==2.2.0
|
||||
pytz==2023.3.post1
|
||||
soupsieve==2.5
|
||||
sqlparse==0.4.4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user