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 88 vmImage : $(image_name)
99 timeoutInMinutes : 360
1010 steps :
11-
1211 - bash : echo "##vso[task.prependpath]$CONDA/bin"
1312 displayName : Add conda to PATH
1413
Original file line number Diff line number Diff line change @@ -44,11 +44,6 @@ steps:
4444
4545 - script : |
4646 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
5248 displayName: Test xtensor-zarr
5349 workingDirectory: $(Build.BinariesDirectory)/build/test
54-
You can’t perform that action at this time.
0 commit comments