Skip to content

Commit 8a17027

Browse files
committed
Update the Azure Pipelines script
1 parent 0653538 commit 8a17027

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
- job: 'Test'
1010
pool:
11-
vmImage: 'Ubuntu-18.04'
11+
vmImage: 'Ubuntu-20.04'
1212
strategy:
1313
matrix:
1414
Python2.7:
@@ -37,10 +37,10 @@ jobs:
3737
- script: python -m pip install seleniumbase
3838
displayName: 'Verify install from PyPI'
3939

40-
- script: python -m pip install -r requirements.txt --upgrade
41-
displayName: 'Install dependencies'
40+
#- script: python -m pip install -r requirements.txt --upgrade
41+
# displayName: 'Install dependencies'
4242

43-
- script: python setup.py install
43+
- script: python -m pip install -e .
4444
displayName: 'Install SeleniumBase'
4545

4646
- script: |

0 commit comments

Comments
 (0)