Browse Source

[FIX] fix CI yaml error

tags/v0.3.2
bxdd 2 years ago
parent
commit
8df0f3925e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/install_learnware_with_pip.yaml
  2. +1
    -1
      .github/workflows/install_learnware_with_source.yaml

+ 1
- 1
.github/workflows/install_learnware_with_pip.yaml View File

@@ -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


+ 1
- 1
.github/workflows/install_learnware_with_source.yaml View File

@@ -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


Loading…
Cancel
Save