Skip to content

ci: use coatl-dev/workflows@v1 #6

ci: use coatl-dev/workflows@v1

ci: use coatl-dev/workflows@v1 #6

Workflow file for this run

name: pr-build
on:
pull_request:
branches:
- main
paths:
- stubs
- pyproject.toml
- requirements.txt
- tox.ini
jobs:
test:
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v1
with:
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11"]'