Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jun 23, 2024
1 parent 8f0f22f commit 7d8184a
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 @@ -20,7 +20,7 @@ install-lint:
$(PIP) install -e ".[lint]"

pytest:
$(pytest)
$(PYTEST)

coverage:
$(COVERAGE) run -m $(PYTEST)
Expand Down

0 comments on commit 7d8184a

Please sign in to comment.