Skip to content

refactor[cartesian]: Replace is_start_state= with is_start_block= when buiding the SDFG for DaCe #596

refactor[cartesian]: Replace is_start_state= with is_start_block= when buiding the SDFG for DaCe

refactor[cartesian]: Replace is_start_state= with is_start_block= when buiding the SDFG for DaCe #596

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