Skip to content

WIP: functionality for new json schema and for complete decomposition #68

WIP: functionality for new json schema and for complete decomposition

WIP: functionality for new json schema and for complete decomposition #68

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
QCATests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install .
- name: Run Tests
run: |
python -m pytest --import-mode=append tests/