From 17596bf70e348ac5bb57bfc26507b3fa170092df Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 14 May 2024 11:04:05 -0400 Subject: [PATCH] fix: Check consistency with python 3.8 We need to do this until we're ready to compile requirements with python 3.11 some time next week. --- .github/workflows/check-consistent-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}