Skip to content

Bump django from 2.0.13 to 5.0.6 #866

Bump django from 2.0.13 to 5.0.6

Bump django from 2.0.13 to 5.0.6 #866

# This workflow deploy beta anytask locally
name: Deploy local beta
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: pip3 install virtualenv
- name: Deploy
run: source deploy_local_beta/run.sh --python-path=python3