Skip to content

Commit ccd0b87

Browse files
authored
--group=test
1 parent e6f34b0 commit ccd0b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: 3.13
2020
allow-prereleases: true
21-
- run: uv sync --test
21+
- run: uv sync --group=test
2222
- name: Run tests
2323
# TODO: #8818 Re-enable quantum tests
2424
run: uv run pytest

0 commit comments

Comments
 (0)