Skip to content

Commit 7d8184a

Browse files
committed
Fix typo
1 parent 8f0f22f commit 7d8184a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install-lint:
2020
$(PIP) install -e ".[lint]"
2121

2222
pytest:
23-
$(pytest)
23+
$(PYTEST)
2424

2525
coverage:
2626
$(COVERAGE) run -m $(PYTEST)

0 commit comments

Comments
 (0)