From 4614e5b7b60faa50ce7fca395797dd5a4b3b4272 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Sun, 1 Feb 2026 20:53:09 +1000 Subject: [PATCH] Install pytest tools for PR test-map build --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2199fb7e4..47ba27be6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: run: | echo "Test map cache miss; generating map from tests." python -m pip install --upgrade pip - pip install -e .[tests] coverage + pip install -e .[tests] coverage pytest pytest-cov pytest-xdist mkdir -p .ci pytest -q --tb=short --disable-warnings -n 0 -p pytest_cov \ --cov=ultraplot --cov-branch --cov-context=test --cov-report= \