From e87f8d63d57e1f19509af64d0ce4d83cb2201413 Mon Sep 17 00:00:00 2001 From: domna Date: Tue, 28 Nov 2023 16:37:27 +0100 Subject: [PATCH] Fix pytest.yml --- .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 1b7c29ed3..a1e44a0eb 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,7 +31,7 @@ jobs: python -m pip install coverage coveralls - name: Install package run: | - python -m pip install .[dev] + pip install ".[dev]" - name: Test with pytest run: | coverage run -m pytest -sv --show-capture=no tests