From 5b45a162b3cc9797e65209cb14c6c7c68c675af0 Mon Sep 17 00:00:00 2001 From: pngwn Date: Wed, 7 Feb 2024 15:05:55 +0000 Subject: [PATCH] Fix lite tests (#7343) * fix-tests * fix-tests * fix-tests * fix-tests * fix-tests --- .github/workflows/test-functional.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-functional.yml b/.github/workflows/test-functional.yml index d1855dac10..47f9b9699e 100644 --- a/.github/workflows/test-functional.yml +++ b/.github/workflows/test-functional.yml @@ -72,8 +72,12 @@ jobs: run: | . venv/bin/activate pnpm run test:ct - - run: pnpm --filter @gradio/app build:lite - - run: pnpm --filter @gradio/app test:browser:lite + - run: | + . venv/bin/activate + pnpm --filter @gradio/app build:lite + - run: | + . venv/bin/activate + pnpm --filter @gradio/app test:browser:lite - name: do check if: always() uses: "gradio-app/github/actions/commit-status@main"