Skip to content

Upgrade PyO3 from '0.18.3' to '0.23.1' (#1648) #2517

Upgrade PyO3 from '0.18.3' to '0.23.1' (#1648)

Upgrade PyO3 from '0.18.3' to '0.23.1' (#1648) #2517

Workflow file for this run

name: code-quality
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build River
uses: ./.github/actions/install-env
with:
python-version: "3.13"
build-root: false
- name: Run pre-commit on all files
run: poetry run pre-commit run --all-files