Skip to content

added .vm back in as a possible suffix for verilog netlists #275

added .vm back in as a possible suffix for verilog netlists

added .vm back in as a possible suffix for verilog netlists #275

Workflow file for this run

name: Pytest
on: [push]
jobs:
SpyDrNet_push:
name: SpyDrNet Push
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run Pytest for SpyDrNet
uses: cclauss/GitHub-Action-for-pytest@master
with:
args: python -m pytest -v