optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
674 stars 176 forks source link

Fix installation order #234

Closed Alnusjaponica closed 7 months ago

Alnusjaponica commented 7 months ago

Motivation

Fix current CI failure https://github.com/optuna/optuna-examples/actions/runs/7845757202

Description of the changes

Although optuna and optuna-integration are installed from the master branch, they are overwritten right after the installation. This PR fixes the order.

https://github.com/optuna/optuna-examples/blob/01eaaed5b55250ca506fd0a53e179d2060917c0b/.github/workflows/xgboost.yml#L31-L34

github-actions[bot] commented 7 months ago

This pull request has not seen any recent activity.

github-actions[bot] commented 7 months ago

This pull request was closed automatically because it had not seen any recent activity. If you want to discuss it, you can reopen it freely.