Skip to content

Python callbacks: read, write, reti, int mode 2 vector #6

Python callbacks: read, write, reti, int mode 2 vector

Python callbacks: read, write, reti, int mode 2 vector #6

Workflow file for this run

name: Python package
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
python setup.py test