Skip to content

Bump pyo3 from 0.24.2 to 0.29.0 #40

Bump pyo3 from 0.24.2 to 0.29.0

Bump pyo3 from 0.24.2 to 0.29.0 #40

Workflow file for this run

name: Python tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Test Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Build project
run: uv sync
- name: Run tests
run: uv run pytest