Browse Source

[FIX] fix CI

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

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

@@ -38,10 +38,10 @@ jobs:
run: |
conda run -n learnware python -m pip install --upgrade pip
conda run -n learnware python -m pip install flake8 pytest
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
# stop the build if there are Python syntax errors or undefined names
conda run -n learnware python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

- name: Install faiss for MacOS


Loading…
Cancel
Save