File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 31
31
- name : Create Conda environment with the rights deps
32
32
shell : bash -l {0}
33
33
run : |
34
- conda create -n zarr-env python==${{matrix.python-version}} numcodecs==0.6.4 pip
34
+ conda create -n zarr-env python==${{matrix.python-version}} numcodecs==0.6.4 pip nodejs
35
35
- name : Install dependencies
36
36
shell : bash -l {0}
37
37
run : |
@@ -41,11 +41,16 @@ jobs:
41
41
python -m pip install -r requirements_dev_numpy.txt -r requirements_dev_minimal.txt -r requirements_dev_optional.txt
42
42
python -m pip install -e .
43
43
python -m pip freeze
44
+ npm install -g azurite
44
45
- name : Run Tests
45
46
shell : bash -l {0}
46
47
run : |
47
48
conda activate zarr-env
49
+ mkdir ~/blob_emulator
50
+ azurite -l ~/blob_emulator --debug debug.log 2>&1 > stdouterr.log &
48
51
pytest
52
+ env :
53
+ ZARR_TEST_ABS : 1
49
54
- name : Conda info
50
55
shell : bash -l {0}
51
56
run : conda info
You can’t perform that action at this time.
0 commit comments