Skip to content

Add ProgramFlow-Visualization plugin #262

Add ProgramFlow-Visualization plugin

Add ProgramFlow-Visualization plugin #262

name: Python CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-test:
runs-on: ubuntu-latest
strategy:
matrix:
# You need to change to branch protection rules if you change the versions here
python-version: [3.10.13, 3.11.0, 3.11.7, 3.12.0, 3.12.1]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
cd python && ./allTestsForPyVersion