Skip to content

style: replace black+isort+flake8 tooling with ruff #2038

style: replace black+isort+flake8 tooling with ruff

style: replace black+isort+flake8 tooling with ruff #2038

name: "Fallback: Test Eve"
on:
pull_request:
branches:
- main
paths-ignore: # Inverse of corresponding workflow
- "src/gt4py/eve/**"
- "tests/eve_tests/**"
- "workflows/**"
- "*.cfg"
- "*.ini"
- "*.toml"
- "*.yml"
jobs:
test-eve:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- run: 'echo "No build required"'