From 582fbcf9ffe47ec398a1f6a2292861306fe0a5ee Mon Sep 17 00:00:00 2001 From: gautamgambhir97 Date: Fri, 6 Oct 2023 19:39:47 +0530 Subject: [PATCH] fix: fix build error --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a203c94ee..402971b15 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -42,7 +42,7 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip - pip install selenium uagents pyperclip pytest psutil undetected-chromedriver chromedriver-autoinstaller PyVirtualDisplay + pip install selenium uagents pyperclip pytest psutil undetected-chromedriver chromedriver-autoinstaller PyVirtualDisplay - name: Run your tests run: |