Skip to content

remove smt dependency to cs and adsg-core (#663) #762

remove smt dependency to cs and adsg-core (#663)

remove smt dependency to cs and adsg-core (#663) #762

Workflow file for this run

name: Tests Minimal
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
run: |
pip install --upgrade pip
pip install numpy cython
pip install -e .
- name: Test with pytest
run: |
pip install pytest
pytest smt