Skip to content

Fix SPI ADC test sequence #22

Fix SPI ADC test sequence

Fix SPI ADC test sequence #22

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install pytest cocotb numpy matplotlib
sudo apt-get install ngspice iverilog ngspice-dev libngspice0-dev
- name: Install
run: |
pip install -e .
- name: Teset
run: |
pytest