Update tests.yml

This commit is contained in:
Karim shoair
2024-11-05 12:59:39 +02:00
parent 6f91d06b46
commit 69cfbe45be
+2 -3
View File
@@ -11,7 +11,6 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
container: container:
image: mcr.microsoft.com/playwright/python:v1.48.0-jammy image: mcr.microsoft.com/playwright/python:v1.48.0-jammy
options: --user 1001
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -51,8 +50,8 @@ jobs:
- name: Install Camoufox Dependencies - name: Install Camoufox Dependencies
run: | run: |
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip --user
python3 -m pip install playwright camoufox python3 -m pip install playwright camoufox --user
python3 -m playwright install-deps firefox python3 -m playwright install-deps firefox
python3 -m camoufox fetch --browserforge python3 -m camoufox fetch --browserforge