File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ jobs:
6868 name : Install dependencies
6969 run : uv sync --locked --extra tests --extra-index-url https://download.pytorch.org/whl/cpu
7070
71- # - name: Prepare test data
72- # run: uv run python tests/accuracy/download_models.py -d data -j tests/accuracy/public_scope.json -l
73- #
74- # - name: Run Python Test
75- # run: uv run pytest --data=./data tests/accuracy/test_accuracy.py
71+ - name : Prepare test data
72+ run : uv run python tests/accuracy/download_models.py -d data -j tests/accuracy/public_scope.json -l
73+
74+ - name : Run Python Test
75+ run : uv run pytest --data=./data tests/accuracy/test_accuracy.py
7676
7777 unit-functional-tests :
7878 strategy :
@@ -95,17 +95,17 @@ jobs:
9595
9696 - *install-dependencies
9797
98- # - name: Run python unit tests
99- # run: uv run pytest tests/unit --cov
98+ - name : Run python unit tests
99+ run : uv run pytest tests/unit --cov
100100
101101 - &prepare-test-data
102102 name : Prepare test data
103103 run : |
104104 uv run python tests/accuracy/download_models.py -d data -j tests/precommit/public_scope.json -l
105105
106- # - name: Run test
107- # run: |
108- # uv run pytest --data=./data tests/functional
106+ - name : Run test
107+ run : |
108+ uv run pytest --data=./data tests/functional
109109
110110 serving_api :
111111 strategy :
You can’t perform that action at this time.
0 commit comments