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.
2 parents 2ee1c65 + 995dc82 commit e50c463Copy full SHA for e50c463
.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 --extra eval
+ uv sync --extra test
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