From 2a275c436c0bc953bbdeb06d9f5faf937bb1f083 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 5 Nov 2024 13:02:11 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4a2227d..4f421a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,8 +9,6 @@ jobs: tests: timeout-minutes: 60 runs-on: ${{ matrix.os }} - container: - image: mcr.microsoft.com/playwright/python:v1.48.0-jammy strategy: fail-fast: false matrix: @@ -50,8 +48,8 @@ jobs: - name: Install Camoufox Dependencies run: | - python3 -m pip install --upgrade pip --user - python3 -m pip install playwright camoufox --user + python3 -m pip install --upgrade pip + python3 -m pip install playwright camoufox python3 -m playwright install-deps firefox python3 -m camoufox fetch --browserforge