bug[next]: recover grid_type in scan_operator #1657
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"' |