Skip to content

Add unified pysa_dump_* debugging triggers for Pysa and Pyrefly #7733

Add unified pysa_dump_* debugging triggers for Pysa and Pyrefly

Add unified pysa_dump_* debugging triggers for Pysa and Pyrefly #7733

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: [3.9, "3.10", 3.11, 3.12, 3.13, 3.14]
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup Python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Run tox on python version from matrix
run: tox -e py