Skip to content

Commit beebe35

Browse files
remove dependency
1 parent 3cc0728 commit beebe35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
- 'src/assembly/**'
3232
- 'dev/**'
3333
branches:
34-
- scuro_window
34+
- main
3535
pull_request:
3636
paths-ignore:
3737
- 'docs/**'
@@ -117,9 +117,8 @@ jobs:
117117
gensim \
118118
black \
119119
opt-einsum \
120-
textblob \
121120
nltk
122-
python -m textblob.download_corpora
121+
123122
- name: Build Python Package
124123
run: |
125124
cd src/main/python

0 commit comments

Comments
 (0)