Skip to content

Commit

Permalink
warnings-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Jul 12, 2021
1 parent 356b502 commit 1b0b1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: |
python tests/scripts/prepare_fasttext.py
chmod 775 tests/data/fasttext/custom_fasttext_model.bin
pytest -v
pytest -v --disable-warnings
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
python tests/scripts/prepare_fasttext.py
chmod 775 tests/data/fasttext/custom_fasttext_model.bin
pytest
pytest -v --disable-warnings

0 comments on commit 1b0b1d2

Please sign in to comment.