Skip to content

Fix pylint complaint #25

Fix pylint complaint

Fix pylint complaint #25

Workflow file for this run

on: [push, pull_request]
jobs:
test:
name: Test suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cd test && make test PYTHON=python3