Skip to content

Commit 1b0b1d2

Browse files
committed
warnings-disable
1 parent 356b502 commit 1b0b1d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: |
3030
python tests/scripts/prepare_fasttext.py
3131
chmod 775 tests/data/fasttext/custom_fasttext_model.bin
32-
pytest -v
32+
pytest -v --disable-warnings

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: |
3636
python tests/scripts/prepare_fasttext.py
3737
chmod 775 tests/data/fasttext/custom_fasttext_model.bin
38-
pytest
38+
pytest -v --disable-warnings

0 commit comments

Comments
 (0)