Skip to content

Commit

Permalink
Merge pull request #34792 from openedx/feanil/old_consistency
Browse files Browse the repository at this point in the history
fix: Check consistency with python 3.8
  • Loading branch information
Feanil Patel authored May 14, 2024
2 parents a6614ad + 17596bf commit 3538c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-consistent-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 3538c34

Please sign in to comment.