Skip to content

Commit b792c39

Browse files
committed
Fix tests
1 parent ce38d05 commit b792c39

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.azure-pipelines/azure-pipelines-linux.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
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

.azure-pipelines/unix-build.yml

+1-6
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)