Skip to content

build[cartesian][next]: Bump dace version from 0.14.4 to 0.15.1 #1631

build[cartesian][next]: Bump dace version from 0.14.4 to 0.15.1

build[cartesian][next]: Bump dace version from 0.14.4 to 0.15.1 #1631

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"]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- run: 'echo "No build required"'