Skip to content

Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 #855

Bump pypa/cibuildwheel from 2.19.2 to 2.20.0

Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 #855

name: Style check
on:
pull_request
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies and local packages
run: |
python -m pip install flake8
python -m pip install flake8-ets
- name: Run style checks
run: |
python -m flake8