Skip to content

Commit ee91a87

Browse files
committed
Install ai extras in test workflow
1 parent 034f681 commit ee91a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install -e .[test]
21+
pip install -e .[test,ai]
2222
pip install -e ./jumper_wrapper_kernel
2323
2424
- name: Run tests with coverage

0 commit comments

Comments
 (0)