From 8df0f3925ea71009c6a81fac97a708babc4c8b34 Mon Sep 17 00:00:00 2001 From: bxdd Date: Tue, 31 Oct 2023 19:31:30 +0800 Subject: [PATCH] [FIX] fix CI yaml error --- .github/workflows/install_learnware_with_pip.yaml | 2 +- .github/workflows/install_learnware_with_source.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install_learnware_with_pip.yaml b/.github/workflows/install_learnware_with_pip.yaml index 137909e..f22f3c9 100644 --- a/.github/workflows/install_learnware_with_pip.yaml +++ b/.github/workflows/install_learnware_with_pip.yaml @@ -25,7 +25,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Add conda to system path + - name: Add conda to system path run: | # $CONDA is an environment variable pointing to the root of the miniconda directory echo $CONDA/bin >> $GITHUB_PATH diff --git a/.github/workflows/install_learnware_with_source.yaml b/.github/workflows/install_learnware_with_source.yaml index e9589e3..bffc260 100644 --- a/.github/workflows/install_learnware_with_source.yaml +++ b/.github/workflows/install_learnware_with_source.yaml @@ -25,7 +25,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Add conda to system path + - name: Add conda to system path run: | # $CONDA is an environment variable pointing to the root of the miniconda directory echo $CONDA/bin >> $GITHUB_PATH