Skip to content

refactor: move simple Bluesky plan magics definitions to separate file #28

refactor: move simple Bluesky plan magics definitions to separate file

refactor: move simple Bluesky plan magics definitions to separate file #28

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