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

Remove stable Ax from BoTorch CI, add smoke test tutorials to test-against-stable workflow #2086

Closed
wants to merge 2 commits 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
8 changes: 4 additions & 4 deletions .github/workflows/test_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
use_stable_pytorch_gpytorch: true
use_stable_ax: false

run_tutorials_stable_w_stable_ax:
name: Run tutorials without smoke test on min req. versions of PyTorch & GPyTorch and stable Ax
run_tutorials_stable_smoke_test:
name: Run tutorials with smoke test on min req. versions of PyTorch & GPyTorch and latest Ax
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Run tutorials with smoke test on min req. versions of PyTorch & GPyTorch and latest Ax
name: Run tutorials with smoke test on min req. (stable) versions of PyTorch & GPyTorch and latest Ax

uses: ./.github/workflows/reusable_tutorials.yml
with:
smoke_test: false
smoke_test: true
use_stable_pytorch_gpytorch: true
use_stable_ax: true
use_stable_ax: false
Loading