Skip to content

Noisy simulation (#15) #163

Noisy simulation (#15)

Noisy simulation (#15) #163

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
cache: "pip"
cache-dependency-path: "**/pyproject.toml"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[test] --quiet
- name: Setup monodromy
run: |
sudo apt install lrslib
- name: Run pytest
run: pytest src/tests/