Skip to content

Commit 8afa579

Browse files
authored
Merge pull request #4 from neuralmagic/add-click
add small fixes
2 parents 2287517 + 6f035aa commit 8afa579

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ style:
1515
isort src tests
1616
flake8 src tests --max-line-length 88
1717

18-
# test:
19-
# pytest tests
18+
test:
19+
python -m pytest -s -vvv --cache-clear tests/
2020

2121
build:
2222
python setup.py sdist bdist_wheel

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def _setup_long_description() -> Tuple[str, str]:
1919
package_dir={'': 'src'},
2020
include_package_data=True,
2121
install_requires=[
22+
'click',
2223
'datasets',
2324
'loguru',
2425
'numpy',

0 commit comments

Comments
 (0)