build: drop python2 from CI (#38259)
* build: drop python2 from CI * python3 * python3 uses linux not linux2
This commit is contained in:
parent
9ac4787325
commit
d1c5e623fa
2 changed files with 6 additions and 34 deletions
|
@ -17,6 +17,7 @@ def main():
|
|||
chromedriver_name = {
|
||||
'darwin': 'chromedriver',
|
||||
'win32': 'chromedriver.exe',
|
||||
'linux': 'chromedriver',
|
||||
'linux2': 'chromedriver'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue