From 0907cf019787e636fe03a3820503d963e2520784 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 26 Apr 2019 07:10:37 -0400 Subject: [PATCH] Update Azure Pipelines --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a1bdc92..bd13e8b0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,6 +28,9 @@ jobs: - script: python -m pip install --upgrade pip && pip install -r requirements.txt displayName: 'Install dependencies' + - script: python setup.py develop + displayName: 'Install SeleniumBase' + - script: | sudo apt install google-chrome-stable sudo apt-get install firefox