Update tests.yml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user