Skip to content

Commit

Permalink
Turn off test for optuna==2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keisuke-umezawa committed Nov 20, 2023
1 parent 08b1b9d commit ecdf860
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-standalone-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
optuna-version: ['optuna==2.10.0', 'git+https://github.com/optuna/optuna.git']
optuna-version: ['git+https://github.com/optuna/optuna.git']
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion e2e_tests/test_standalone/test_study_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def test_load_storage(
page: Page,
server_url: str,
) -> None:
current_dir = os.getcwd()
study_name = "single-objective"
url = f"{server_url}"

Expand Down

0 comments on commit ecdf860

Please sign in to comment.