From 9fc872767c0cfee522e707063d7981bd9f164883 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 19:43:16 -0500 Subject: [PATCH] Dont autolock when we make the environment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86b18db..4fb4580 100644 --- a/Makefile +++ b/Makefile @@ -64,13 +64,13 @@ debian-release: debian-build-source env: python3 -m venv env tools/in-env python3 -m pip install pipenv - tools/in-env python3 -m pipenv lock tools/in-env python3 -m pipenv sync --dev test: env PYTHONPATH=. tools/in-env python3 -m g13gui.tests lock: env + tools/in-env python3 -m pipenv lock .PHONY: all clean install .PHONY: manjaro manjaro-clean manjaro-install