Skip to content

test[cartesian]: update hypothesis and fix the health check issues found in daily CI #242

test[cartesian]: update hypothesis and fix the health check issues found in daily CI

test[cartesian]: update hypothesis and fix the health check issues found in daily CI #242

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"'