remove bad command

This commit is contained in:
Masen Furer 2025-01-06 14:47:03 -08:00
parent 6767537ab8
commit 1e52354d21
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -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'