diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 15ac8e4..fb14cae 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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 \ No newline at end of file