Skip to content

build: update infrastructure to use the uv tool #4465

build: update infrastructure to use the uv tool

build: update infrastructure to use the uv tool #4465

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