Skip to content

Update requirements and address changes in buildbot 4.2.1 #646

Update requirements and address changes in buildbot 4.2.1

Update requirements and address changes in buildbot 4.2.1 #646

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
permissions: {}
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Check configuration
run: make check PIP=pip BUILDBOT=buildbot