Skip to content

[OFDb] changeover to twisted.internet.reactor.callInThread #202

[OFDb] changeover to twisted.internet.reactor.callInThread

[OFDb] changeover to twisted.internet.reactor.callInThread #202

Workflow file for this run

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