Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
keisuke-umezawa committed Jan 22, 2024
1 parent 6c5578a commit 57feb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run python unit tests
run: |
pytest python_tests
test (3.11, optuna==main):
test-with-optuna-master:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Run python unit tests
run: |
pytest python_tests
test (3.11, optuna==3.1.0):
test-with-optuna-310:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 57feb5b

Please sign in to comment.