diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e342e736..bc0f91c7 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -227,10 +227,10 @@ jobs: with: submodules: 'recursive' - - name: Set up Python 3.10 + - name: Set up Python 3.9 uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.9' cache: 'pip' - name: Install Python dependencies