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.
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user