File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ if [ "$BUILD_TEST" ]; then
125
125
echo [" Starting installation test." ]
126
126
rm -rf dist
127
127
python setup.py clean
128
- python setup.py build_ext --inplace
129
128
python setup.py sdist --formats=gztar
130
129
conda uninstall cython
131
130
pip install dist/* tar.gz || exit 1
@@ -162,15 +161,15 @@ if [ -e ${REQ} ]; then
162
161
time bash $REQ || exit 1
163
162
fi
164
163
165
- # remove any installed pandas package
166
- # w/o removing anything else
167
- echo
168
- echo " [removing installed pandas]"
169
- conda remove pandas --force
170
-
171
164
# finish install if we are not doing a build-test
172
165
if [ -z " $BUILD_TEST " ]; then
173
166
167
+ # remove any installed pandas package
168
+ # w/o removing anything else
169
+ echo
170
+ echo " [removing installed pandas]"
171
+ conda remove pandas --force
172
+
174
173
# install our pandas
175
174
echo
176
175
echo " [running setup.py develop]"
You can’t perform that action at this time.
0 commit comments