File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ dependencies:
30
30
- firefox
31
31
- geckodriver
32
32
- robotframework-seleniumlibrary
33
+ - robotframework <3.2
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
- script : ${{ platform.activate }} jupyterlab-lsp && python scripts/integrity.py
35
35
displayName : check integrity of package versions
36
36
37
- - script : ${{ platform.activate }} jupyterlab-lsp && python scripts/lint.py
38
- displayName : lint backend
39
-
40
37
- script : ${{ platform.activate }} jupyterlab-lsp && jlpm || jlpm || jlpm
41
38
displayName : install npm dependencies
42
39
40
+ - script : ${{ platform.activate }} jupyterlab-lsp && python scripts/lint.py
41
+ displayName : lint backend
42
+
43
43
- script : ${{ platform.activate }} jupyterlab-lsp && jlpm build:schema
44
44
displayName : build schema so linting can complete
45
45
Original file line number Diff line number Diff line change 1
1
# acceptance test dependencies for jupyter_lsp
2
2
-r ./lab.txt
3
3
robotframework-seleniumlibrary
4
+ robotframework <3.2
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ channels:
6
6
7
7
dependencies :
8
8
- robotframework-seleniumlibrary
9
+ - robotframework <3.2
9
10
- firefox
10
11
- geckodriver
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ dependencies:
9
9
- isort
10
10
- mypy
11
11
- robotframework-lint
12
+ - robotframework <3.2
You can’t perform that action at this time.
0 commit comments