Serialize _trial_type_to_metric_names and use base class for SQA encoding (#4999) #710
Workflow file for this run
This file contains hidden or 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: | |
| workflow_dispatch: | |
| push: | |
| branches: [ main ] | |
| paths: | |
| - "tutorials/**" | |
| pull_request: | |
| branches: [ main ] | |
| paths: | |
| - "tutorials/**" | |
| jobs: | |
| build-tutorials-with-latest-botorch: | |
| name: Tutorials with latest BoTorch | |
| uses: ./.github/workflows/reusable_tutorials.yml | |
| with: | |
| smoke_test: true | |
| pinned_botorch: false |