Skip to content

Commit

Permalink
Remove --locked because dependabot doesnt support updating uv.lock yet
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Jan 3, 2025
1 parent 2f5b198 commit 353a18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install dependencies
run: uv sync --locked --all-extras --group dev
run: uv sync --all-extras --group dev

- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.1

0 comments on commit 353a18e

Please sign in to comment.