Skip to content

Commit 06f4ca8

Browse files
committed
remove extras from actions
1 parent e34ec42 commit 06f4ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
2323
- name: Install dependencies
2424
run: |
25-
uv sync --locked --extra tests --extra build --extra-index-url https://download.pytorch.org/whl/cpu
25+
uv sync --locked --extra tests --extra-index-url https://download.pytorch.org/whl/cpu
2626
- name: Prepare test data
2727
run: |
2828
uv run python tests/accuracy/prepare_data.py -d data

0 commit comments

Comments
 (0)