Skip to content

plotting of dt with all the baselines works #51

plotting of dt with all the baselines works

plotting of dt with all the baselines works #51

# This workflow will install Python dependencies, run tests ant lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: pip install .
- name: Run pytest
run: |
export PYTHONPATH=$(pwd)
pytest tests