Skip to content

Commit c1c46e5

Browse files
committed
ci: Switch to pytest.
1 parent fffcbcc commit c1c46e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install Python dependencies
2626
run: |
27-
python3 -m pip install setuptools
27+
python3 -m pip install setuptools pytest
2828
2929
# Install (n)Migen / LiteX / Cores
3030
- name: Install LiteX
@@ -38,4 +38,4 @@ jobs:
3838

3939
# Test
4040
- name: Run Tests
41-
run: python3 setup.py test
41+
run: python3 -m pytest -v

0 commit comments

Comments
 (0)