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 packages: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: pipx install poetry
- uses: FedericoCarboni/setup-ffmpeg@v2 - uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg id: setup-ffmpeg
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: "3.11" python-version: "3.12"
cache: 'poetry' - run: pipx install poetry
- run: poetry install - run: poetry install
- run: poetry run pytest - run: poetry run pytest
- name: Login to Docker Hub - name: Login to Docker Hub