Skip to content

Commit 8f972a4

Browse files
committed
Restore checks
1 parent 16abf32 commit 8f972a4

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/pre_commit.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)