Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Travis] Add Raytune pkg install to the CRON #250

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
install:
- pip install -q -e .[dev,mysql,notebook]
- pip install torchvision # Required for building tutorial notebooks.
- pip install raytune # required for Raytune tutorial
script:
- travis_wait 90 bash scripts/publish_site.sh -d -v $TRAVIS_TAG
# - python -c "print('Skipping website deployment...')" # Use for testing deployment.
Expand All @@ -109,6 +110,7 @@ jobs:
- pip install git+https://github.com/pytorch/botorch.git
- pip install -q -e .[dev,mysql,notebook]
- pip install torchvision # required for tutorials
- pip install raytune # required for Raytune tutorial
script:
- travis_wait 90 bash scripts/publish_site.sh -d
# Uploading to test.pypi to check that deployment works.
Expand Down