Skip to content

Commit b2bafa5

Browse files
committed
CI: no-deps
1 parent b8accb6 commit b2bafa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ install:
7676

7777
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
7878
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\*\\pandas*.tar.bz2
79-
- cmd: pip install -e .
79+
- cmd: pip install --no-deps -e .
8080

8181
test_script:
8282
# tests

ci/install-travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ conda install -q ${MINICONDA_DIR}/conda-bld/*/pandas*.tar.bz2
6868

6969
echo
7070
echo "[install cyberpandas]"
71-
pip install -e .
71+
pip install --no-deps -e .
7272

7373
echo "[finished install]"
7474
conda list

0 commit comments

Comments
 (0)