Skip to content

fix: install command (package not on PyPI — use git install) + remove… #53

fix: install command (package not on PyPI — use git install) + remove…

fix: install command (package not on PyPI — use git install) + remove… #53

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Run coherence monitor test suite
run: python tools/test_coherence_monitor.py