We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356b502 commit 1b0b1d2Copy full SHA for 1b0b1d2
.github/workflows/cron.yml
@@ -29,4 +29,4 @@ jobs:
29
run: |
30
python tests/scripts/prepare_fasttext.py
31
chmod 775 tests/data/fasttext/custom_fasttext_model.bin
32
- pytest -v
+ pytest -v --disable-warnings
.github/workflows/pythonpackage.yml
@@ -35,4 +35,4 @@ jobs:
35
36
37
38
- pytest
0 commit comments