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: |