Skip to content
---
name: test compatibility with DSP-TOOLS
on:
schedule:
- cron: "0 0 * * *"
push:
branches-ignore:
- main
jobs:
compatibility:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install dependencies
run: pip3 install -r requirements.txt
- name: start stack
run: dsp-tools start-stack --no-prune
- name: run the tests
run: pytest test