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 13
13
- name : Build Pandas
14
14
if : ${{ runner.os != 'Windows' }}
15
15
run : |
16
- pip install . --no-build-isolation -v
16
+ pip install -e . --no-build-isolation -v
17
17
shell : bash -el {0}
18
18
19
19
- name : Build Pandas (Windows)
Original file line number Diff line number Diff line change 43
43
pip install "git+https://github.com/mesonbuild/meson-python.git@main" && \
44
44
python -m pip install versioneer[toml] && \
45
45
export PANDAS_CI=1 && \
46
- python -m pip install --no-build-isolation -ev . && \
46
+ python -m pip install --no-build-isolation -ve . && \
47
47
python -m pip list && \
48
48
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml
49
49
Original file line number Diff line number Diff line change 78
78
python -m pip install python-dateutil pytz cython
79
79
# TODO: update when upstream releases fixes
80
80
python -m pip install "meson[ninja] @ git+https://github.com/mesonbuild/meson.git@master"
81
- python -m pip install "git+https://github.com/FFY00 /meson-python.git@main"
81
+ python -m pip install "git+https://github.com/mesonbuild /meson-python.git@main"
82
82
python -m pip install hypothesis==6.52.1 pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio>=0.17
83
83
python -m pip install versioneer[toml]
84
84
python -m pip list
You can’t perform that action at this time.
0 commit comments