Skip to content

Commit 815b738

Browse files
committed
Updated CI workflow and CI badge.
1 parent acf0a1d commit 815b738

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: CI
42

53
# Controls when the workflow will run
@@ -39,7 +37,7 @@ jobs:
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: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Veriloggen
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

66
A Mixed-Paradigm Hardware Construction Framework
77

0 commit comments

Comments
 (0)