Skip to content

feat[next] Embedded field remove __array__ #247

feat[next] Embedded field remove __array__

feat[next] Embedded field remove __array__ #247

name: "Fallback: Test Next (CPU)"
on:
pull_request:
branches:
- main
paths: # Inverse of corresponding workflow
- "src/gt4py/cartesian/**"
- "tests/cartesian_tests/**"
- "examples/**"
- "*.md"
- "*.rst"
jobs:
test-next:
strategy:
matrix:
python-version: ["3.10"]
tox-env-factor: ["nomesh", "atlas"]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- run: 'echo "No build required"'