Skip to content

Commit e80141b

Browse files
committed
Add missing chipflow pdm script
1 parent 811b040 commit e80141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test-docs.cmd = "sphinx-build -b doctest docs/ docs/_build"
7272
lint.cmd = "ruff check"
7373
docs.cmd = "sphinx-build docs/ docs/_build/ -W --keep-going"
7474
test-silicon.cmd = "pytest tests/test_silicon_platform.py tests/test_silicon_platform_additional.py tests/test_silicon_platform_amaranth.py tests/test_silicon_platform_build.py tests/test_silicon_platform_port.py --cov=chipflow_lib.platforms.silicon --cov-report=term"
75-
75+
chipflow.cmd = "chipflow"
7676

7777
[dependency-groups]
7878
lint = [

0 commit comments

Comments
 (0)