Skip to content

Update GitHub workflows #31

Update GitHub workflows

Update GitHub workflows #31

Workflow file for this run

name: test
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: install virtual env
run: |
pip install virtualenv
- name: make test
run: |
make test