Skip to content

Fix building on Python 3.12 #215

Fix building on Python 3.12

Fix building on Python 3.12 #215

Workflow file for this run

name: Pycodestyle
on:
push:
branches: [ master ]
pull_request:
schedule:
- cron: '5 0 * * *'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Debian packages
run: |
sudo apt-get update -qq
sudo apt-get install -y python3-pip make python3-venv
- name: Run pycodestyle
run: make pycodestyle