From fcee4ca8d473461fe2685aaa3ea4ed1d77388949 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Fri, 11 Oct 2024 19:32:52 -0400 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a53cde0a026..f8481320dad 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: docs build setup-docs-ci: - pip install -e .[docs] + cd sdks/python && pip install -e .[docs] playwright install cd docs && \