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:
144144 - flake8
145145 - geckodriver
146146 - python >=3.6,<3.7
147- - python-chromedriver-binary >=2.45
147+ - python-chromedriver-binary ==2.46
148148 - robotframework
149149 - robotframework-lint
150150 - robotframework-seleniumlibrary
Original file line number Diff line number Diff line change 11steps :
2- - ${{ if eq(parameters.name, 'Windows ') }} :
2+ - ${{ if eq(parameters.name, 'MacOSX ') }} :
33 - task : CondaEnvironment@1
44 inputs :
55 createOptions : -c defaults -c conda-forge
@@ -13,12 +13,12 @@ steps:
1313 constructor
1414 geckodriver
1515 pillow
16- python-chromedriver-binary==2.42
16+ python-chromedriver-binary>2.46,<74
1717 python>=3.6,<3.7
1818 robotframework-seleniumlibrary>=3.3.1
1919 robotframework>=3.1
2020 six
21- - ${{ if not(eq(parameters.name, 'Windows ')) }} :
21+ - ${{ if not(eq(parameters.name, 'MacOSX ')) }} :
2222 - task : CondaEnvironment@1
2323 inputs :
2424 createOptions : -c defaults -c conda-forge
3232 constructor
3333 geckodriver
3434 pillow
35- python-chromedriver-binary>=2.45
35+ python-chromedriver-binary==2.46
3636 python>=3.6,<3.7
3737 robotframework-seleniumlibrary>=3.3.1
3838 robotframework>=3.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414 - flake8
1515 - geckodriver
1616 - python >=3.6,<3.7
17- - python-chromedriver-binary >=2.45
17+ - python-chromedriver-binary ==2.46
1818 - robotframework
1919 - robotframework-lint
2020 - robotframework-seleniumlibrary
You can’t perform that action at this time.
0 commit comments