Skip to content

Commit

Permalink
Merge pull request #9 from diligejy/makefile_edit
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
diligejy authored Jan 18, 2024
2 parents b2d0579 + aa37363 commit 5c847ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install:
pip install -r requirements.txt

lint:
pylint --disable=R,C hello.py
pylint --disable=R,C Practical_MLOps/Ch1/hello.py

test:
python -m pytest -vv --cov=hello test_hello.py
python -m pytest -vv --cov=hello Practical_MLOps/Ch1/test_hello.py
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nbclient
pandas
pytest
pytest-cov
pylint

0 comments on commit 5c847ba

Please sign in to comment.