Skip to content

Commit 757dfc5

Browse files
authored
Remove --locked flag because dependabot doesn't support uv.lock (dependabot/dependabot-core#10478)
1 parent b17fa93 commit 757dfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ env.PYTHON_VERSION }}
2727

2828
- name: Install dependencies
29-
run: uv sync --locked --all-extras --group dev
29+
run: uv sync --all-extras --group dev
3030

3131
- name: Run pre-commit hooks
3232
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)