From 719dd82731a87cf3cd4c5b7a288cb942dd50cdfb Mon Sep 17 00:00:00 2001 From: Ben Felder Date: Thu, 23 Nov 2023 13:22:02 +0100 Subject: [PATCH] Install with test --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 34bd287..1d994f3 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -28,7 +28,7 @@ jobs: run: | cd ${{ matrix.directory }} python -m pip install --upgrade pip - poetry install + poetry install --with test - name: Run pytest run: |