Skip to content

dev:update multilevel echo experiment for higher levels #53

dev:update multilevel echo experiment for higher levels

dev:update multilevel echo experiment for higher levels #53

Workflow file for this run

name: pytest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install git+https://github.com/ShuxiangCao/LabChronicle.git
pip install -e .
- name: Lint with flake8
run: |
pip install flake8
bash ./ci_scripts/lint.sh
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest --cov=.