Skip to content

Update pyo3 requirement from 0.20.0 to 0.21.1 #127

Update pyo3 requirement from 0.20.0 to 0.21.1

Update pyo3 requirement from 0.20.0 to 0.21.1 #127

Workflow file for this run

name: Python
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: abatilo/[email protected]
- run: poetry install
- run: poetry run black --check --verbose .