From 56dce992f26e01375f34f98ab5c3f08302fa71ae Mon Sep 17 00:00:00 2001 From: Vineet Bansal Date: Tue, 26 May 2026 18:31:28 -0400 Subject: [PATCH] only running coverage on floating deps (other workflows discard coverage results anyway) --- .github/workflows/testing-pinned.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-pinned.yaml b/.github/workflows/testing-pinned.yaml index 6e944e4e..28208aef 100644 --- a/.github/workflows/testing-pinned.yaml +++ b/.github/workflows/testing-pinned.yaml @@ -44,4 +44,4 @@ jobs: - name: Run tests run: | - pytest -n auto --cov=src/pyEQL --cov-report=xml --dist=loadscope + pytest -n auto --dist=loadscope