Skip to content

style referencebrowser as input-group #106

style referencebrowser as input-group

style referencebrowser as input-group #106

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v3
- name: Install Project
run: make install
- name: Run Tests
run: make test