File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
shell : " bash -l {0}"
25
25
run : |
26
26
conda activate minimal
27
- python -m pip install -e .
27
+ python -m pip install .
28
28
pytest -svx
Original file line number Diff line number Diff line change 57
57
python -m pip install --upgrade pip
58
58
python -m pip install -U pip setuptools wheel codecov line_profiler
59
59
python -m pip install -rrequirements_dev_minimal.txt numpy${{ matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
60
- python -m pip install -e .
60
+ python -m pip install .
61
61
python -m pip freeze
62
62
- name : Tests
63
63
shell : " bash -l {0}"
Original file line number Diff line number Diff line change 39
39
python -m pip install --upgrade pip
40
40
python -m pip install -U pip setuptools wheel
41
41
python -m pip install -r requirements_dev_numpy.txt -r requirements_dev_minimal.txt -r requirements_dev_optional.txt
42
- python -m pip install -e .
42
+ python -m pip install .
43
43
python -m pip freeze
44
44
npm install -g azurite
45
45
- name : Run Tests
You can’t perform that action at this time.
0 commit comments