We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8accb6 commit b2bafa5Copy full SHA for b2bafa5
.appveyor.yml
@@ -76,7 +76,7 @@ install:
76
77
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
78
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\*\\pandas*.tar.bz2
79
- - cmd: pip install -e .
+ - cmd: pip install --no-deps -e .
80
81
test_script:
82
# tests
ci/install-travis.sh
@@ -68,7 +68,7 @@ conda install -q ${MINICONDA_DIR}/conda-bld/*/pandas*.tar.bz2
68
69
echo
70
echo "[install cyberpandas]"
71
-pip install -e .
+pip install --no-deps -e .
72
73
echo "[finished install]"
74
conda list
0 commit comments