From 11dda0e2b62d78afbcbf045a4f4c26686f42c2e4 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Fri, 11 Oct 2024 18:28:35 -0400 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb34eecdb47b..4d03407de580 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: docs build setup-docs-ci: - pip install -e . playwright + pip install -e . playwright lazydocs playwright install cd docs && \