Merge branch 'main' into fix_typos

This commit is contained in:
Trần Đặng Trung Đức
2025-04-18 11:56:26 +07:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ 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: |