optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
692 stars 178 forks source link

Fix syntax error in YAML file of rapids CI #286

Closed toshihikoyanase closed 1 month ago

toshihikoyanase commented 1 month ago

Motivation

This PR will resolve the syntax error in rapids.yaml. As we can see the following CI result, the Run examples block is not correctly indented:

GitHub Actions .github/workflows/rapids.yml
Invalid workflow file
You have an error in your yaml syntax on line 12

Description of the changes

toshihikoyanase commented 1 month ago

I don't think the workflow name in rapids.yaml should be base. Can I rename it to rapids in this PR?