Update python-unit-tests.yml (#257)

fix test dependency
This commit is contained in:
Hangfei Lin 2025-04-17 19:07:14 -07:00 committed by GitHub
parent 443bc08d2b
commit b8514f26fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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