Skip to content

Commit e703801

Browse files
committed
Do not test text mining tests
1 parent 7997f07 commit e703801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: Install dependencies
5151
run: poetry install
5252
- name: Run tests
53-
run: poetry run pytest
53+
run: poetry run pytest -k 'not test_text_mining'

0 commit comments

Comments
 (0)