diff --git a/.github/workflows/integration_app_harness.yml b/.github/workflows/integration_app_harness.yml index 65eccf146..9644e0a19 100644 --- a/.github/workflows/integration_app_harness.yml +++ b/.github/workflows/integration_app_harness.yml @@ -45,7 +45,7 @@ jobs: python-version: ${{ matrix.python-version }} run-poetry-install: true create-venv-at-path: .venv - - run: poetry run uv pip install pyvirtualdisplay pillow playwright pytest-playwright + - run: poetry run uv pip install pyvirtualdisplay pillow - name: Run app harness tests env: SCREENSHOT_DIR: /tmp/screenshots diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 38d50055b..106ac1383 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -153,9 +153,9 @@ jobs: run: poetry run reflex init - name: Run Website and Check for errors run: | - # Check that npm is home - npm -v - poetry run bash scripts/integration.sh ./reflex-web prod + # Check that npm is home + npm -v + poetry run bash scripts/integration.sh ./reflex-web prod - name: Measure and upload .web size run: poetry run python benchmarks/benchmark_web_size.py --os "${{ matrix.os }}"