diff --git a/.circleci/config.yml b/.circleci/config.yml index 723eba408c..f6100a0c43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3475,7 +3475,7 @@ jobs: - run: name: Install Playwright Browsers command: | - npx playwright install + cd ui/litellm-dashboard && npx playwright install - run: name: Build Docker image