From bb1a710463c091c07c20b4cc8b9941a2f89531f0 Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Fri, 18 Aug 2023 18:12:53 +0200 Subject: [PATCH] - github workflow --- .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 689ed25..eeca7d0 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,6 +17,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - pip install pytest + pip install .[test] - name: Test with pytest run: pytest \ No newline at end of file