Skip to content

feat[next]: Extend and refactor constant folding #3954

feat[next]: Extend and refactor constant folding

feat[next]: Extend and refactor constant folding #3954

name: "Fallback: Test Cartesian (CPU)"
on:
pull_request:
branches:
- main
paths: # Inverse of corresponding workflow
- "src/gt4py/next/**"
- "tests/next_tests/**"
- "examples/**"
- "*.md"
- "*.rst"
jobs:
test-cartesian:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
tox-factor: [internal, dace]
steps:
- run: 'echo "No build required"'