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 && \