From ad5fa50d34e645b0c3ac8003c3df64cd23949194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9phine=20Oberholtzer?= Date: Fri, 26 Jun 2026 22:41:25 -0400 Subject: [PATCH] Temporarily disable conda-python-tests codecov reporting --- .github/workflows/pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7f9b9d297f..6843500f99 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -277,6 +277,7 @@ jobs: if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda with: build_type: pull-request + run_codecov: false script: ci/test_python.sh docs-build: needs: [conda-python-build, changed-files]