From ef401c22c3382626737a3025d64ac00c9966e654 Mon Sep 17 00:00:00 2001 From: Yuxuan Zhuang Date: Thu, 5 Dec 2024 22:47:28 -0800 Subject: [PATCH] min conda --- .github/workflows/gh-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 119fd2a053..71e05ae821 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -62,8 +62,8 @@ jobs: - name: windows_py312 os: windows-latest python-version: "3.12" - full-deps: true - codecov: true + full-deps: false + codecov: false env: CYTHON_TRACE_NOGIL: 1 MPLBACKEND: agg