Skip to content

Commit 8cfc64d

Browse files
committed
Add geckodriver to path
1 parent a8d9ed9 commit 8cfc64d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ strategy:
2323
testgroup: 'nbextensions'
2424

2525
steps:
26+
- script: |
27+
echo ##vso[task.prependpath]$(GeckoWebDriver)
28+
displayName: 'Add gecko driver to PATH'
29+
2630
- script: |
2731
env | sort
2832
displayName: 'Show environment variables'

0 commit comments

Comments
 (0)