fix e2e ui testing deps

This commit is contained in:
Ishaan Jaff 2024-11-23 08:39:11 -08:00 committed by Krrish Dholakia
parent 3ebc685f9a
commit fbf54900b1

View file

@ -1373,6 +1373,7 @@ jobs:
name: Install Dependencies
command: |
npm install -D @playwright/test
npm install @google-cloud/vertexai
pip install "pytest==7.3.1"
pip install "pytest-retry==1.6.3"
pip install "pytest-asyncio==0.21.1"