reset cicd
Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
parent
e1672927d3
commit
048273620a
@ -1,22 +0,0 @@
|
||||
name: Test Django
|
||||
run-name: ${{ gitea.actor }} testing
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
migrate:
|
||||
name: Test migration
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: jmehlich/quoteMe
|
||||
token: ${{ secrets.TOKEN}}
|
||||
- name: Set up Python 3.11
|
||||
run: |
|
||||
apt install -yqq python3 python3-docs python3-pip
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user