Skip to content

chore: breakup markdown #61

chore: breakup markdown

chore: breakup markdown #61

Workflow file for this run

name: Python CI
on:
push:
branches: [main]
pull_request:
paths:
- "python/**"
defaults:
run:
working-directory: ./python
jobs:
ci:
name: CI Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.8
3.11
- run: pip install tox==4.11.4
- run: tox run-parallel