We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc280f6 commit 0c6b9ecCopy full SHA for 0c6b9ec
1 file changed
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: astral-sh/setup-uv@v7
25
26
- name: Install the project
27
- run: uv sync --locked --all-extras --dev
+ run: uv sync --locked --all-extras --dev
28
29
- name: Setup dummy SECRET file
30
run: |
0 commit comments