Skip to content

Commit

Permalink
[http] update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pkelaita committed Jun 21, 2024
1 parent fea2b13 commit 15a3fe1
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 @@ -8,7 +8,7 @@ default: lint typecheck test
init:
pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -r requirements.txt
mypy --install-types

test:
pytest -v --cov=l2m2 --cov=test_utils --cov-report=term-missing --failed-first --durations=0
Expand Down

0 comments on commit 15a3fe1

Please sign in to comment.