Skip to content

Add coordinates to detectors (#111) #53

Add coordinates to detectors (#111)

Add coordinates to detectors (#111) #53

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2 # checkout the repository content to github runner
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.10' # install the python version needed
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
pip install pytest-black
- name: execute pytest
run: pytest tests/