From 1dcff5bf741012a99f0e9daafed0ef94f72b6664 Mon Sep 17 00:00:00 2001 From: ssun30 Date: Fri, 22 Nov 2024 16:11:30 -0500 Subject: [PATCH] changed mamba config to conda config --- .github/workflows/conda_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index 436c6e48c8..80bad63965 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -39,7 +39,7 @@ jobs: - name: Configure Auto-Upload if: github.ref == 'refs/heads/stable' run: | - mamba config --set anaconda_upload yes + config config --set anaconda_upload yes - name: Build Binary run: |