Skip to content

Commit

Permalink
add smoke test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak authored Nov 6, 2023
1 parent 9c5086a commit 6a271d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,11 @@ jobs:
smoke_test: false
use_stable_pytorch_gpytorch: true
use_stable_ax: false

run_tutorials_stable_smoke_test:
name: Run tutorials with smoke test on min req. versions of PyTorch & GPyTorch and latest Ax
uses: ./.github/workflows/reusable_tutorials.yml
with:
smoke_test: true
use_stable_pytorch_gpytorch: true
use_stable_ax: false

0 comments on commit 6a271d4

Please sign in to comment.