Skip to content

Commit

Permalink
[MNT] Modify CI flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
bxdd committed Jan 11, 2024
1 parent 8bb3534 commit 7690e41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test leanrnware from pip
name: Test learnware with pip

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test leanrnware from source code
name: Test learnware with source code

on:
push:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Lint with flake8
run: |
# 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
conda run -n learnware python -m flake8 . --ignore=E203,E501,F841,W503
- name: Install learnware
run: |
Expand Down

0 comments on commit 7690e41

Please sign in to comment.