No public description

PiperOrigin-RevId: 748918432
This commit is contained in:
Che Liu 2025-04-17 21:31:05 -07:00 committed by Copybara-Service
parent b8514f26fe
commit 995dc8276b

View File

@ -29,7 +29,7 @@ jobs:
run: | run: |
uv venv .venv uv venv .venv
source .venv/bin/activate source .venv/bin/activate
uv sync --extra test --extra eval uv sync --extra test
- name: Run unit tests with pytest - name: Run unit tests with pytest
run: | run: |