File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 8
8
vmImage : $(image_name)
9
9
timeoutInMinutes : 360
10
10
steps :
11
-
12
11
- bash : echo "##vso[task.prependpath]$CONDA/bin"
13
12
displayName : Add conda to PATH
14
13
Original file line number Diff line number Diff line change @@ -44,11 +44,6 @@ steps:
44
44
45
45
- script : |
46
46
source activate xtensor-zarr
47
- python $(Build.SourcesDirectory)/test/zarrita_write.py
48
- python $(Build.SourcesDirectory)/test/zarr_write.py
49
- ./test_xtensor_zarr
50
- python $(Build.SourcesDirectory)/test/zarrita_read.py
51
- python $(Build.SourcesDirectory)/test/zarr_read.py
47
+ python $(Build.SourcesDirectory)/test/zarrita_write.py && python $(Build.SourcesDirectory)/test/zarr_write.py && ./test_xtensor_zarr && python $(Build.SourcesDirectory)/test/zarrita_read.py && python $(Build.SourcesDirectory)/test/zarr_read.py
52
48
displayName: Test xtensor-zarr
53
49
workingDirectory: $(Build.BinariesDirectory)/build/test
54
-
You can’t perform that action at this time.
0 commit comments