From 1e52354d216fa891eced5e79b00cfe82ede4eb70 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Mon, 6 Jan 2025 14:47:03 -0800 Subject: [PATCH] remove bad command --- .github/workflows/integration_app_harness.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration_app_harness.yml b/.github/workflows/integration_app_harness.yml index e2de6bad3..2924e5ed8 100644 --- a/.github/workflows/integration_app_harness.yml +++ b/.github/workflows/integration_app_harness.yml @@ -54,8 +54,6 @@ jobs: path: | ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('**/poetry.lock') }} - - name: Install dependencies - run: npm ci - name: Install playwright deps run: poetry run playwright install chromium if: steps.playwright-cache.outputs.cache-hit != 'true'