From dc15f4fd73ffeebd44991533721e3f7f997fbbbb Mon Sep 17 00:00:00 2001 From: Wouter Ellenbroek Date: Thu, 24 Oct 2024 14:06:55 +0200 Subject: [PATCH] Update test.yaml (restored accidentally deleted line) --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f012e59..17b4f22 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,6 +32,9 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'poetry' + - name: Install project dependencies + run: | + poetry install --with dev - name: Test with pytest run: | poetry run pytest --cov