forked from Github-Mirrors/canaille
chore: GHA minversions tests also use the minimum python version
This commit is contained in:
parent
e63afec6ff
commit
90ae98dd71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
uses: snok/install-poetry@v1
|
uses: snok/install-poetry@v1
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.8'
|
||||||
cache: 'poetry'
|
cache: 'poetry'
|
||||||
- name: Update apt repositories
|
- name: Update apt repositories
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
|
Loading…
Reference in a new issue