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 12647b7 commit 8fe96e1Copy full SHA for 8fe96e1
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
os: [ubuntu-latest, windows-latest, macos-latest]
26
python-version: ["3.10"]
27
# Insert "undetected_chrome" when all issues with the lib are resolved.
28
- browser: ["firefox", "chrome", "edge", "undetected_chrome" ]
+ browser: ["firefox", "chrome", "edge"]
29
headless: [true]
30
exclude:
31
# Can't install firefox using setup-firefox on Windows
@@ -57,7 +57,7 @@ jobs:
57
pip install .
58
59
- uses: browser-actions/setup-chrome@latest
60
- if: matrix.browser == 'chrome' || matrix.browser == 'undetected_chrome'
+ if: matrix.browser == 'chrome'
61
with:
62
chrome-version: stable
63
0 commit comments