Skip to content

Merge branch 'Developer' into python3 #39

Merge branch 'Developer' into python3

Merge branch 'Developer' into python3 #39

Workflow file for this run

name: ovbot
on:
push:
branches: [ python3 ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: 'python3'
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Build python 3.9
run: |
sudo apt-get -q update
sudo apt-get install dos2unix
pip install --upgrade pip autopep8 future
sudo chmod 777 build.sh && ./build.sh