added cicd
All checks were successful
Django Installation / setup-python-environment (push) Successful in 1m26s
All checks were successful
Django Installation / setup-python-environment (push) Successful in 1m26s
Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
This commit is contained in:
parent
519090fd6a
commit
42c8efa1a6
12
.gitea/workflows/django-installation.yaml
Normal file
12
.gitea/workflows/django-installation.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
name: Django Installation
|
||||
run-name: ${{ gitea.actor }} is running Django Installation tasks
|
||||
on: [push]
|
||||
|
||||
|
||||
jobs:
|
||||
setup-python-environment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: apt update
|
||||
- run: apt upgrade -yqq
|
||||
- run: apt install python3 python3-pip python3-venv -yqq
|
||||
Loading…
x
Reference in New Issue
Block a user