Tutorials on PR #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tutorials on PR | |
on: | |
pull_request: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
run_tutorials_with_smoke_test: | |
name: Run tutorials with smoke test on latest PyTorch / GPyTorch / Ax | |
uses: ./.github/workflows/reusable_tutorials.yml | |
with: | |
smoke_test: true | |
use_stable_pytorch_gpytorch: false | |
use_stable_ax: false | |
upload_artifact: false |