Skip to content

QCD Application 1 Notebook #97

QCD Application 1 Notebook

QCD Application 1 Notebook #97

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/