added cicd
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:
Jochen Mehlich 2024-08-28 13:36:56 +02:00
parent 519090fd6a
commit 42c8efa1a6

View 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