From a6e10fe96c08c23a449252d06f24515b8bf315c8 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Tue, 18 Jun 2024 10:21:20 -0600 Subject: [PATCH] Updated Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 53b8343..c94c54d 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,6 @@ format: install: pip install -e . test: - pip install pytest-cov - pip install pytest-pycodestyle pytest -m 'not local' --cov=./ --cov-report=xml documentation: jupyter-book clean docs/book