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
-
3
1
name : CI
4
2
5
3
# Controls when the workflow will run
39
37
- name : Install dependencies
40
38
run : |
41
39
python -m pip install --upgrade pip
42
- pip install pytest pytest-pythonpath jinja2 pyverilog numpy
40
+ pip install pytest pytest-pythonpath pyverilog numpy
43
41
# Run pytest
44
42
- name : Test with pytest
45
43
run : |
Original file line number Diff line number Diff line change 1
1
Veriloggen
2
2
==============================
3
3
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 )
5
5
6
6
A Mixed-Paradigm Hardware Construction Framework
7
7
You can’t perform that action at this time.
0 commit comments