From cfcb5dc4c95c709e2c1cb10aa64d6d3c72701946 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 29 Apr 2020 04:11:43 +0200 Subject: [PATCH] Pin pip --- .appveyor.yml | 1 + .travis.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6ff145589b..65a5acc7c7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,6 +14,7 @@ install: - - "doit env_create %CHANS_DEV% --name=test --python=%PY%" - "activate test" + - "conda install pip<20.1" - "doit develop_install %CHANS_DEV% -o unit_tests" - "doit env_capture" diff --git a/.travis.yml b/.travis.yml index 7e851b3091..9054483641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,7 @@ jobs: install: - doit env_create $CHANS_DEV --python=$PYTHON_VERSION - source activate test-environment + - conda install "pip<20.1" - travis_wait 20 doit develop_install $CHANS_DEV -o $HV_REQUIREMENTS - doit env_capture script: @@ -90,7 +91,7 @@ jobs: stage: docs_dev env: DESC="docs" HV_DOC_GALLERY="false" HV_DOC_REF_GALLERY="true" HV_REQUIREMENTS="doc" PANEL_EMBED="true" PANEL_EMBED_JSON="true" PANEL_EMBED_JSON_PREFIX="json" script: - - conda install $CHANS_DEV firefox geckodriver + - conda install $CHANS_DEV firefox geckodriver - bokeh sampledata - nbsite generate-rst --org pyviz --project-name holoviews --skip ^reference - python ./doc/generate_modules.py holoviews -d ./doc/reference_manual -n holoviews -e tests