From 496ca6f1415f7fe32e276b112f20363f87f986fc Mon Sep 17 00:00:00 2001 From: c-bata Date: Fri, 9 Dec 2022 12:00:25 +0900 Subject: [PATCH] Use python 3.10 for lint --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 270a4cc9..b927c705 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.10' architecture: x64 - name: Install dependencies # python_tests requires optuna>=3.0.0 since it imports FloatDistribution