Skip to content

Commit 2a275c4

Browse files
committed
Update tests.yml
1 parent 69cfbe4 commit 2a275c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
tests:
1010
timeout-minutes: 60
1111
runs-on: ${{ matrix.os }}
12-
container:
13-
image: mcr.microsoft.com/playwright/python:v1.48.0-jammy
1412
strategy:
1513
fail-fast: false
1614
matrix:
@@ -50,8 +48,8 @@ jobs:
5048

5149
- name: Install Camoufox Dependencies
5250
run: |
53-
python3 -m pip install --upgrade pip --user
54-
python3 -m pip install playwright camoufox --user
51+
python3 -m pip install --upgrade pip
52+
python3 -m pip install playwright camoufox
5553
python3 -m playwright install-deps firefox
5654
python3 -m camoufox fetch --browserforge
5755

0 commit comments

Comments
 (0)