diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4fbef64..4a2227d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,6 @@ jobs: runs-on: ${{ matrix.os }} container: image: mcr.microsoft.com/playwright/python:v1.48.0-jammy - options: --user 1001 strategy: fail-fast: false matrix: @@ -51,8 +50,8 @@ jobs: - name: Install Camoufox Dependencies run: | - python3 -m pip install --upgrade pip - python3 -m pip install playwright camoufox + python3 -m pip install --upgrade pip --user + python3 -m pip install playwright camoufox --user python3 -m playwright install-deps firefox python3 -m camoufox fetch --browserforge