Update Python version in GitHub Actions

This commit is contained in:
2022-12-18 00:14:49 +01:00
parent 66253cd977
commit 35e92c311a
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
id: setup-ffmpeg
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: 'poetry'
- run: poetry install
- run: poetry run pytest

View File

@ -16,7 +16,7 @@ jobs:
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- run: echo "CODEQL_PYTHON=$(poetry run which python)" >> $GITHUB_ENV