diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a05264..b5c2dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: rye sync if: steps.changes.outputs.sources == 'true' - run: rye sync --all-features + run: rye sync --no-lock --all-features - name: ruff format if: steps.changes.outputs.sources == 'true'