From ef6f404367722c4f77ec010bd90ee1e4981b2c12 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Mon, 12 Feb 2024 17:08:45 +0900 Subject: [PATCH] [tmp] Comment-out --- .github/workflows/test-functional.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-functional.yml b/.github/workflows/test-functional.yml index d30486e3eca5a..fbb662d13dddf 100644 --- a/.github/workflows/test-functional.yml +++ b/.github/workflows/test-functional.yml @@ -22,10 +22,10 @@ jobs: . venv/bin/activate python -m pip install -r demo/outbreak_forecast/requirements.txt - run: pnpm exec playwright install chromium - - name: run browser tests - run: | - . venv/bin/activate - CI=1 pnpm test:browser + # - name: run browser tests + # run: | + # . venv/bin/activate + # CI=1 pnpm test:browser - name: upload screenshots uses: actions/upload-artifact@v4 if: always() @@ -37,11 +37,11 @@ jobs: run: | . venv/bin/activate pnpm run test:ct - - run: | + - run: | . venv/bin/activate python -m pip install build pnpm --filter @gradio/app build:lite - - - run: | + + - run: | . venv/bin/activate pnpm --filter @gradio/app test:browser:lite