Skip to content

Commit f853bea

Browse files
committed
🔥 Remove --no-build flag
1 parent ea27d63 commit f853bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
limit-access-to-actor: true
7676
- name: Install Dependencies
77-
run: uv sync --no-dev --no-build --group tests
77+
run: uv sync --no-dev --group tests
7878
- run: mkdir coverage
7979
- name: Test
8080
run: uv run bash scripts/test.sh

0 commit comments

Comments
 (0)