diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1a13d1..56725e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: uv python install ${{ matrix.python-version }} - name: Install dependencies - run: uv sync --dev + run: uv sync --dev --locked - name: Run ruff linting run: uv run ruff check