We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cfbe4 commit 2a275c4Copy full SHA for 2a275c4
.github/workflows/tests.yml
@@ -9,8 +9,6 @@ jobs:
9
tests:
10
timeout-minutes: 60
11
runs-on: ${{ matrix.os }}
12
- container:
13
- image: mcr.microsoft.com/playwright/python:v1.48.0-jammy
14
strategy:
15
fail-fast: false
16
matrix:
@@ -50,8 +48,8 @@ jobs:
50
48
51
49
- name: Install Camoufox Dependencies
52
run: |
53
- python3 -m pip install --upgrade pip --user
54
- python3 -m pip install playwright camoufox --user
+ python3 -m pip install --upgrade pip
+ python3 -m pip install playwright camoufox
55
python3 -m playwright install-deps firefox
56
python3 -m camoufox fetch --browserforge
57
0 commit comments