diff --git a/.github/workflows/check-consistent-dependencies.yml b/.github/workflows/check-consistent-dependencies.yml index a7506bd95872..51a4d5f24fe2 100644 --- a/.github/workflows/check-consistent-dependencies.yml +++ b/.github/workflows/check-consistent-dependencies.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-python@v4 if: ${{ env.RELEVANT == 'true' }} with: - python-version: '3.11' + python-version: '3.8' - name: "Recompile requirements" if: ${{ env.RELEVANT == 'true' }}