Skip to content

Commit

Permalink
[tmp] Comment-out
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Feb 13, 2024
1 parent 90f1dc4 commit ef6f404
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-functional.yml
Expand Up @@ -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()
Expand All @@ -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

0 comments on commit ef6f404

Please sign in to comment.