Skip to content

chore(deps-dev): bump datafusion from 53.0.0 to 54.0.0 (#202) #590

chore(deps-dev): bump datafusion from 53.0.0 to 54.0.0 (#202)

chore(deps-dev): bump datafusion from 53.0.0 to 54.0.0 (#202) #590

Workflow file for this run

name: Run tests
on:
pull_request:
push:
branches: [ main ]
tags: [ 'v*.*.*' ]
permissions:
contents: read
jobs:
test:
name: Test
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: ["3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Install uv with python
uses: astral-sh/setup-uv@v7
with:
python-version: ${{ matrix.python }}
- name: Run tests
run: |
uv run --frozen pytest