Skip to content

Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 #960

Bump pypa/cibuildwheel from 3.3.0 to 3.3.1

Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 #960

name: Style check
on: [pull_request, workflow_dispatch]
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- 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