Run workflow with Python 3.12
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user