From 5bbe788ab309f98a34137e30abe38461d2a1c4cf Mon Sep 17 00:00:00 2001 From: Talon Chandler Date: Fri, 21 Feb 2025 17:35:35 -0800 Subject: [PATCH] revert --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f69fd069..9b3c4f04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ".[dev]" + pip install ".[all,dev]" - name: Test with pytest run: | + pytest -v pytest -v --cov=./ --cov-report=xml