Skip to content

Add support for The University of Edinburgh (#392) #122

Add support for The University of Edinburgh (#392)

Add support for The University of Edinburgh (#392) #122

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/pytest.yml
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
with:
python-version: ${{ matrix.python-version }}