Skip to content

Commit 0990e59

Browse files
committed
alibi --> alibi_detect
1 parent 6225562 commit 0990e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ jobs:
105105
106106
- name: Lint with flake8
107107
run: |
108-
flake8 alibi
108+
flake8 alibi_detect
109109
110110
- name: Typecheck with mypy
111111
run: |
112-
mypy alibi
112+
mypy alibi_detect
113113
114114
docs:
115115
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)