We have to install Poetry before we use it 🙃

This commit is contained in:
2022-09-25 21:27:33 +02:00
parent 5a2d076f56
commit 9609399c54

View File

@ -15,6 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
@ -23,6 +24,5 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- run: pipx install poetry
- run: poetry install
- run: poetry run pytest