Skip to content

Commit

Permalink
Merge pull request optuna#4118 from HideakiImamura/fix-ci-error-pytho…
Browse files Browse the repository at this point in the history
…n-not-supported

Avoid running `Tests` and `Tests (Storage with server)` with Python 3.6 to pass the CI
  • Loading branch information
c-bata authored and contramundum53 committed Nov 30, 2022
1 parent dafd0cc commit 17d5618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# RDB. Since current name "tests-rdbstorage" is required in the Branch protection rules, you
# need to modify the Branch protection rules as well.
tests-rdbstorage:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down

0 comments on commit 17d5618

Please sign in to comment.