File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 38
38
conda activate zarr-env
39
39
python -m pip install --upgrade pip
40
40
python -m pip install -U pip setuptools wheel
41
- python -m pip install -rrequirements_dev_minimal .txt numpy${{ matrix.numpy_version}} -rrequirements_dev_optional .txt
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
44
- name : Run Tests
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ environment:
17
17
ZARR_TEST_ABS : 1
18
18
19
19
matrix :
20
-
21
20
- PYTHON : " C:\\ Python36-x64"
22
21
PYTHON_VERSION : " 3.6"
23
22
@@ -45,3 +44,6 @@ test_script:
45
44
46
45
after_test :
47
46
- ' "%EMULATOR_LOC%" stop'
47
+
48
+ matrix :
49
+ fast_finish : true
You can’t perform that action at this time.
0 commit comments