diff --git a/.github/workflows/style_check.yml b/.github/workflows/style_check.yml index 2a077fa91..3c971e231 100644 --- a/.github/workflows/style_check.yml +++ b/.github/workflows/style_check.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.10.15] + python-version: ["3.10"] fail-fast: false steps: