File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ env_specs:
144
144
- flake8
145
145
- geckodriver
146
146
- python >=3.6,<3.7
147
- - python-chromedriver-binary >=2.45
147
+ - python-chromedriver-binary ==2.46
148
148
- robotframework
149
149
- robotframework-lint
150
150
- robotframework-seleniumlibrary
Original file line number Diff line number Diff line change 1
1
steps :
2
- - ${{ if eq(parameters.name, 'Windows ') }} :
2
+ - ${{ if eq(parameters.name, 'MacOSX ') }} :
3
3
- task : CondaEnvironment@1
4
4
inputs :
5
5
createOptions : -c defaults -c conda-forge
@@ -13,12 +13,12 @@ steps:
13
13
constructor
14
14
geckodriver
15
15
pillow
16
- python-chromedriver-binary==2.42
16
+ python-chromedriver-binary>2.46,<74
17
17
python>=3.6,<3.7
18
18
robotframework-seleniumlibrary>=3.3.1
19
19
robotframework>=3.1
20
20
six
21
- - ${{ if not(eq(parameters.name, 'Windows ')) }} :
21
+ - ${{ if not(eq(parameters.name, 'MacOSX ')) }} :
22
22
- task : CondaEnvironment@1
23
23
inputs :
24
24
createOptions : -c defaults -c conda-forge
32
32
constructor
33
33
geckodriver
34
34
pillow
35
- python-chromedriver-binary>=2.45
35
+ python-chromedriver-binary==2.46
36
36
python>=3.6,<3.7
37
37
robotframework-seleniumlibrary>=3.3.1
38
38
robotframework>=3.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
- flake8
15
15
- geckodriver
16
16
- python >=3.6,<3.7
17
- - python-chromedriver-binary >=2.45
17
+ - python-chromedriver-binary ==2.46
18
18
- robotframework
19
19
- robotframework-lint
20
20
- robotframework-seleniumlibrary
You can’t perform that action at this time.
0 commit comments