Skip to content

Conversation

@brichet
Copy link
Contributor

@brichet brichet commented Sep 14, 2023

Playwright v1.38.0 does not download the browser at installation anymore.

References

Fix #15116

Code changes

Install chrome browser in jupyter.browser_check

User-facing changes

None

Backwards-incompatible changes

None

@jupyterlab-probot
Copy link

Thanks for making a pull request to jupyterlab!
To try out this branch on binder, follow this link: Binder

@brichet brichet changed the title Install playwright browser in jupyterlab.check_browser Install playwright browser in jupyterlab.browser_check Sep 14, 2023
@fcollonval fcollonval modified the milestones: 4.0.x, 3.6.x Sep 14, 2023
Copy link
Member

@krassowski krassowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@krassowski krassowski merged commit c040532 into jupyterlab:main Sep 14, 2023
@krassowski
Copy link
Member

@meeseeksdev please backport to 4.0.x

@krassowski
Copy link
Member

@meeseeksdev please backport to 3.6.x

@lumberbot-app
Copy link

lumberbot-app bot commented Sep 14, 2023

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 3.6.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 c04053206ceb66b14af4dca68f089bea9f09830f
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #15117: Install playwright browser in jupyterlab.browser_check'
  1. Push to a named branch:
git push YOURFORK 3.6.x:auto-backport-of-pr-15117-on-3.6.x
  1. Create a PR against branch 3.6.x, I would have named this PR:

"Backport PR #15117 on branch 3.6.x (Install playwright browser in jupyterlab.browser_check)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

krassowski pushed a commit that referenced this pull request Sep 14, 2023
@brichet brichet deleted the fix_check_browser branch September 14, 2023 19:06
krassowski pushed a commit to krassowski/jupyterlab that referenced this pull request Sep 14, 2023
)

* Install playwright browser in jupyterlab.check_browser

* Install all the browsers

(cherry picked from commit c040532)
fcollonval pushed a commit that referenced this pull request Sep 25, 2023
…yterlab.browser_check) (#15122)

* Install playwright browser in jupyterlab.browser_check (#15117)

* Install playwright browser in jupyterlab.check_browser

* Install all the browsers

(cherry picked from commit c040532)

* Pin node for docs job on 3.6.x

---------

Co-authored-by: Nicolas Brichet <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

jupyterlab.browser_check fails because browser are not installed

3 participants