Skip to content

docs(js): Add more to the READMEs (#101) #42

docs(js): Add more to the READMEs (#101)

docs(js): Add more to the READMEs (#101) #42

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