Skip to content

Commit 1314635

Browse files
add dependency to workflow
1 parent 0c4b074 commit 1314635

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
h5py \
117117
gensim \
118118
black \
119-
opt-einsum
120-
119+
opt-einsum \
120+
textblob
121+
121122
- name: Build Python Package
122123
run: |
123124
cd src/main/python

0 commit comments

Comments
 (0)