diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8708688a..e79b9e14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -343,7 +343,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: 3.11.0 + python-version: 3.10.8 cache: pip architecture: x64 - name: Install dependencies