This commit is contained in:
msramalho
2024-01-23 12:45:45 +00:00
parent 699b4ebdd8
commit e525ff24b1
2 changed files with 4 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ run-checks :
black .
flake8 .
mypy .
CUDA_VISIBLE_DEVICES='' pytest -v --color=yes --doctest-modules tests/ vk_url_scraper/
CUDA_VISIBLE_DEVICES='' pytest -v --color=yes .