From 6f1906f21f10752d102afc097ae100b31adafb67 Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Fri, 13 May 2022 17:07:54 +0100 Subject: [PATCH] Remove aplanat-specific step --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index fabd544..207a404 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ test: venv/bin/activate # --statistics # demo should run without error ${IN_VENV} && python setup.py install - ${IN_VENV} && pychopper demo IN_BUILD=. ./pypi_build/bin/activate pypi_build/bin/activate: