Run workflow with Python 3.12

This commit is contained in:
2023-11-02 01:07:52 +01:00
parent ab55eb2ac1
commit 8e397d2fe9

View File

@ -20,13 +20,12 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'poetry'
python-version: "3.12"
- run: pipx install poetry
- run: poetry install
- run: poetry run pytest
- name: Login to Docker Hub