We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57677e5 commit 9feb2e6Copy full SHA for 9feb2e6
.github/workflows/verify.yaml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
6
env:
7
- PYTHONPATH: ./python/src/main/
+ PYTHONPATH: ./python/src/lazylearn/
8
9
jobs:
10
testing:
@@ -54,12 +54,12 @@ jobs:
54
55
- name: black
56
run: |
57
- python -m black --check python/src/main/
+ python -m black --check python/src/lazylearn/
58
59
- name: isort
60
61
- python -m isort python/src/main/ --multi-line 3 --profile black --check
+ python -m isort python/src/lazylearn/ --multi-line 3 --profile black --check
62
63
- name: flake8
64
65
- python -m flake8 python/src/main/
+ python -m flake8 python/src/lazylearn/
0 commit comments