chore: GHA minversions tests also use the minimum python version

This commit is contained in:
Éloi Rivard 2023-08-13 13:29:54 +02:00
parent e63afec6ff
commit 90ae98dd71
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -46,7 +46,7 @@ jobs:
uses: snok/install-poetry@v1
- uses: actions/setup-python@v3
with:
python-version: '3.11'
python-version: '3.8'
cache: 'poetry'
- name: Update apt repositories
run: sudo apt update