From 1b9d6c38bc84cafed550fc12c3a4f7d1c404cbce Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 4 Sep 2021 14:03:30 +0700 Subject: [PATCH] Revert "Use the pre-installed diagrams library in the tools container" This reverts commit f2914a51f617b5861086dfdce76ee256d5b64e60. --- docs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index c7e4c108..5be24dc2 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,6 +5,8 @@ default: book .PHONY: diagrams diagrams: cd diagrams \ + && python3 -m venv .venv \ + && pip3 install -r requirements.txt \ && python3 *.py .PHONY: book