8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443bc08 commit b8514f2Copy full SHA for b8514f2
.github/workflows/python-unit-tests.yml
@@ -29,11 +29,11 @@ jobs:
29
run: |
30
uv venv .venv
31
source .venv/bin/activate
32
- uv sync --extra test
+ uv sync --extra test --extra eval
33
34
- name: Run unit tests with pytest
35
36
37
pytest tests/unittests \
38
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \
39
- --ignore=tests/unittests/artifacts/test_artifact_service.py
+ --ignore=tests/unittests/artifacts/test_artifact_service.py
0 commit comments