Skip to content

add: new type "expression" for common.models.map.PointByPointScanData #151

add: new type "expression" for common.models.map.PointByPointScanData

add: new type "expression" for common.models.map.PointByPointScanData #151

Workflow file for this run

name: unittests
on: push
jobs:
unittests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r CHAP/test/requirements.txt
- name: Run CHAP unittests
run: python -m unittest CHAP.test