diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b424b03..a78a531 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,5 +17,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run image uses: abatilo/actions-poetry@v2 + - name: Install dependencies + run: poetry install - name: Run tests - run: pytest \ No newline at end of file + run: poetry run pytest \ No newline at end of file