Skip to content

refactor(ir): rename .output_dtype and .output_shape to .dtype and .shape respectively #1561

refactor(ir): rename .output_dtype and .output_shape to .dtype and .shape respectively

refactor(ir): rename .output_dtype and .output_shape to .dtype and .shape respectively #1561

# This job intentionally collides with the Backend job in `ibis-backends.yml`
# that would be skipped because the paths are ignored. This is so the
# `Backends` job isn't stuck in "expected" forever when it should be skipped
name: Backends
on:
push:
paths:
- "docs/**"
- "mkdocs.yml"
- "**/*.md"
- "codecov.yml"
branches:
- master
- "*.x.x"
pull_request:
paths:
- "docs/**"
- "mkdocs.yml"
- "**/*.md"
- "codecov.yml"
branches:
- master
- "*.x.x"
merge_group:
jobs:
test_backends:
runs-on: ubuntu-latest
steps:
- run: echo "No build required"
test_backends_min_version:
runs-on: ubuntu-latest
steps:
- run: echo "No build required"
backends:
# this job exists so that we can use a single job from this workflow to gate merging
runs-on: ubuntu-latest
needs:
- test_backends_min_version
- test_backends
steps:
- run: exit 0