Skip to content

Commit d96bff4

Browse files
committed
Fixed Azure Pipelines
1 parent d58d506 commit d96bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/unix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ steps:
3131
source activate xtensor-python
3232
py.test -s
3333
displayName: Test xtensor-python (Python)
34-
workingDirectory: $(Build.BinariesDirectory)/build
34+
workingDirectory: $(Build.SourcesDirectory)

0 commit comments

Comments
 (0)