Skip to content

Commit 17e825a

Browse files
chore(bokeh): trigger CI with updated lockfile
Minor comment update to re-trigger CI after lockfile fix. The lib-bokeh extra now correctly includes selenium.
1 parent afa562e commit 17e825a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plots/bokeh/line/line-basic/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
chrome_options.add_argument("--disable-dev-shm-usage")
4242
chrome_options.add_argument("--disable-gpu")
4343

44-
# Use system chromedriver
44+
# Use system chromedriver (pre-installed on GitHub Actions runners)
4545
service = Service()
4646
driver = webdriver.Chrome(service=service, options=chrome_options)
4747

0 commit comments

Comments
 (0)