From 76a5d83de33c51f66159138768dbd240566d5c30 Mon Sep 17 00:00:00 2001 From: Steve Clarke Date: Tue, 20 Aug 2024 15:51:10 +1200 Subject: [PATCH] Installing pylint for test to run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30caf14..c699098 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ venv: python3 -m venv venv ;\ . ./venv/bin/activate ;\ pip install --upgrade pip;\ - pip install . + pip install .;\ poetry install pylint: