Skip to content

Commit

Permalink
Pin pip
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 29, 2020
1 parent 2bde8b8 commit cfcb5dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .appveyor.yml
Expand Up @@ -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"

Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit cfcb5dc

Please sign in to comment.