Skip to content

Commit 0907cf0

Browse files
committed
Update Azure Pipelines
1 parent 4252919 commit 0907cf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- script: python -m pip install --upgrade pip && pip install -r requirements.txt
2929
displayName: 'Install dependencies'
3030

31+
- script: python setup.py develop
32+
displayName: 'Install SeleniumBase'
33+
3134
- script: |
3235
sudo apt install google-chrome-stable
3336
sudo apt-get install firefox

0 commit comments

Comments
 (0)