File tree Expand file tree Collapse file tree 5 files changed +1316
-296
lines changed
Expand file tree Collapse file tree 5 files changed +1316
-296
lines changed Original file line number Diff line number Diff line change 8383 - name : Skip tests for skip-tests tag
8484 if : steps.skip-check.outputs.skip_tests == 'true'
8585 run : echo "Skipping tests for skip tests commit tag"
86-
86+
8787 - name : Run tests with coverage
8888 if : steps.filter.outputs.code-changes == 'true' && steps.skip-check.outputs.skip_tests == 'false'
8989 run : hatch test -v --cover --include python=${{ matrix.python }}
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ extra-dependencies = [
4949 " python-dotenv" ,
5050 " tiktoken" ,
5151 " openai" ,
52+ " trafilatura>=1.5.0" ,
5253]
5354[tool .hatch .envs .types .scripts ]
5455check = " mypy --strict --install-types --non-interactive {args:src/cleanlab_tlm tests}"
@@ -61,6 +62,7 @@ extra-dependencies = [
6162 " pytest-asyncio" ,
6263 " tiktoken" ,
6364 " openai" ,
65+ " trafilatura>=1.5.0" ,
6466]
6567
6668[tool .hatch .envs .hatch-test .env-vars ]
You can’t perform that action at this time.
0 commit comments