Skip to content

Commit d1c5956

Browse files
committed
Update deploy script
1 parent c39eece commit d1c5956

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656
- script: pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
5757
displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
5858

59-
- script: pip install seleniumbase --no-cache-dir
60-
displayName: 'Verify that SeleniumBase can be installed from PyPI'
61-
6259
- task: PublishTestResults@2
6360
inputs:
6461
testResultsFiles: '**/test-results.xml'

0 commit comments

Comments
 (0)