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
+1 -1
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 uv sync --extra test --extra eval
- name: Run unit tests with pytest - name: Run unit tests with pytest
run: | run: |