Skip to content

Commit 8fe96e1

Browse files
committed
CI: Remove undetected in ci.yml
1 parent 12647b7 commit 8fe96e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
2626
python-version: ["3.10"]
2727
# Insert "undetected_chrome" when all issues with the lib are resolved.
28-
browser: ["firefox", "chrome", "edge", "undetected_chrome" ]
28+
browser: ["firefox", "chrome", "edge"]
2929
headless: [true]
3030
exclude:
3131
# Can't install firefox using setup-firefox on Windows
@@ -57,7 +57,7 @@ jobs:
5757
pip install .
5858
5959
- uses: browser-actions/setup-chrome@latest
60-
if: matrix.browser == 'chrome' || matrix.browser == 'undetected_chrome'
60+
if: matrix.browser == 'chrome'
6161
with:
6262
chrome-version: stable
6363

0 commit comments

Comments
 (0)