Skip to content

Commit 0c6b9ec

Browse files
committed
Fix yml syntax
1 parent fc280f6 commit 0c6b9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@v7
2525

2626
- name: Install the project
27-
run: uv sync --locked --all-extras --dev
27+
run: uv sync --locked --all-extras --dev
2828

2929
- name: Setup dummy SECRET file
3030
run: |

0 commit comments

Comments
 (0)