From 2386a9a4f7e912185ee95de1a77973b91c264269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Mon, 20 Jan 2025 22:00:34 +0800 Subject: [PATCH] feat: Bump conda-incubator/setup-miniconda from 3.0.4 to 3.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 吴小白 <296015668@qq.com> --- .github/workflows/posix.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index a1920f8..064e96c 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -180,9 +180,8 @@ jobs: name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }} path: libs/openblas*.tar.gz - - uses: conda-incubator/setup-miniconda@v3.0.4 + - uses: conda-incubator/setup-miniconda@v3.1.1 with: - architecture: ${{ env.PLAT == 'aarch64' && 'aarch64' || '' }} channels: conda-forge channel-priority: true activate-environment: upload