Skip to content

Commit 9feb2e6

Browse files
Update verify.yaml
1 parent 57677e5 commit 9feb2e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/verify.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
PYTHONPATH: ./python/src/main/
7+
PYTHONPATH: ./python/src/lazylearn/
88

99
jobs:
1010
testing:
@@ -54,12 +54,12 @@ jobs:
5454
5555
- name: black
5656
run: |
57-
python -m black --check python/src/main/
57+
python -m black --check python/src/lazylearn/
5858
5959
- name: isort
6060
run: |
61-
python -m isort python/src/main/ --multi-line 3 --profile black --check
61+
python -m isort python/src/lazylearn/ --multi-line 3 --profile black --check
6262
6363
- name: flake8
6464
run: |
65-
python -m flake8 python/src/main/
65+
python -m flake8 python/src/lazylearn/

0 commit comments

Comments
 (0)