Skip to content

docs: add note about additional keys in extra_props for PlanInformation #29

docs: add note about additional keys in extra_props for PlanInformation

docs: add note about additional keys in extra_props for PlanInformation #29

Workflow file for this run

on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Run existing tests
runs-on: ubuntu-24.04
steps:
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.12
- uses: actions/checkout@v4
- name: Install sophys-common
run: pip install git+https://github.com/cnpem/sophys-common.git
- name: Install package
run: pip install ".[all]"
- name: Run pytest
run: pytest -vvv