Skip to content

Commit

Permalink
fix path3
Browse files Browse the repository at this point in the history
  • Loading branch information
diligejy committed Jan 18, 2024
1 parent 4859f38 commit ee14e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 *.py
pylint --disable=R,C Practical_MLOps\Ch1\hello.py

test:
python -m pytest -vv --cov=hello Practical_MLOps\Ch1\test_hello.py

0 comments on commit ee14e2a

Please sign in to comment.