Skip to content

Commit

Permalink
fix: Check consistency with python 3.8
Browse files Browse the repository at this point in the history
We need to do this until we're ready to compile requirements with python
3.11 some time next week.
  • Loading branch information
feanil committed May 14, 2024
1 parent e54f647 commit 17596bf
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 17596bf

Please sign in to comment.