File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- # This is a basic workflow to help you get started with Actions
2-
31name : CI
42
53# Controls when the workflow will run
3937 - name : Install dependencies
4038 run : |
4139 python -m pip install --upgrade pip
42- pip install pytest pytest-pythonpath jinja2 pyverilog numpy
40+ pip install pytest pytest-pythonpath pyverilog numpy
4341 # Run pytest
4442 - name : Test with pytest
4543 run : |
Original file line number Diff line number Diff line change 11Veriloggen
22==============================
33
4- [ ![ Build Status ] ( https://travis-ci.org /PyHDI/veriloggen. svg )] ( https://travis-ci.org /PyHDI/veriloggen )
4+ [ ![ CI ] ( https://github.com /PyHDI/veriloggen/actions/workflows/main.yml/badge. svg?branch=develop )] ( https://github.com /PyHDI/veriloggen/actions/workflows/main.yml )
55
66A Mixed-Paradigm Hardware Construction Framework
77
You can’t perform that action at this time.
0 commit comments