From 995dc8276bdd58d2977eb3720dd17d70c05af9e6 Mon Sep 17 00:00:00 2001 From: Che Liu Date: Thu, 17 Apr 2025 21:31:05 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 748918432 --- .github/workflows/python-unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-unit-tests.yml b/.github/workflows/python-unit-tests.yml index 78cc3c4..676c276 100644 --- a/.github/workflows/python-unit-tests.yml +++ b/.github/workflows/python-unit-tests.yml @@ -29,11 +29,11 @@ jobs: run: | uv venv .venv source .venv/bin/activate - uv sync --extra test --extra eval + uv sync --extra test - name: Run unit tests with pytest run: | source .venv/bin/activate pytest tests/unittests \ --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \ - --ignore=tests/unittests/artifacts/test_artifact_service.py + --ignore=tests/unittests/artifacts/test_artifact_service.py \ No newline at end of file