build: drop python2 from CI (#38259)

* build: drop python2 from CI

* python3

* python3 uses linux not linux2
This commit is contained in:
Samuel Attard 2023-05-15 02:06:12 -07:00 committed by GitHub
parent 9ac4787325
commit d1c5e623fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 34 deletions

View file

@ -17,6 +17,7 @@ def main():
chromedriver_name = {
'darwin': 'chromedriver',
'win32': 'chromedriver.exe',
'linux': 'chromedriver',
'linux2': 'chromedriver'
}