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.
2 parents ff8b6c4 + 6ee1657 commit dc46506Copy full SHA for dc46506
.github/workflows/job.test.yml
@@ -6,11 +6,13 @@ on:
6
- master
7
- 2.x
8
- 3.x
9
+ - 4.x
10
pull_request:
11
branches:
12
13
14
15
16
workflow_dispatch:
17
18
# TODO: might need to tweak `group`
requirements/github-actions.yml
@@ -50,3 +50,5 @@ dependencies:
50
- firefox
51
- geckodriver
52
- robotframework-seleniumlibrary
53
+ # temp pin see https://github.com/jupyter-lsp/jupyterlab-lsp/issues/956
54
+ - selenium <4.10
0 commit comments