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 3cc0728 commit beebe35Copy full SHA for beebe35
.github/workflows/python.yml
@@ -31,7 +31,7 @@ on:
31
- 'src/assembly/**'
32
- 'dev/**'
33
branches:
34
- - scuro_window
+ - main
35
pull_request:
36
paths-ignore:
37
- 'docs/**'
@@ -117,9 +117,8 @@ jobs:
117
gensim \
118
black \
119
opt-einsum \
120
- textblob \
121
nltk
122
- python -m textblob.download_corpora
+
123
- name: Build Python Package
124
run: |
125
cd src/main/python
0 commit comments