Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation order #234

Closed
wants to merge 1 commit into from

Conversation

Alnusjaponica
Copy link
Collaborator

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.

pip install git+https://github.com/optuna/optuna-integration.git
python -c 'import optuna_integration'
pip install -r xgboost/requirements.txt

@Alnusjaponica Alnusjaponica marked this pull request as draft February 10, 2024 08:14
Copy link

This pull request has not seen any recent activity.

@github-actions github-actions bot added the stale Exempt from stale bot labeling. label Feb 18, 2024
Copy link

github-actions bot commented Mar 4, 2024

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.

@github-actions github-actions bot closed this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Exempt from stale bot labeling.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant