Skip to content

Commit

Permalink
Do not let uv sync update uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 3, 2024
1 parent 9cbf90d commit 7e63351
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install project
run: |
uv --no-progress venv
uv --no-progress sync --all-extras
uv --no-progress sync --frozen --all-extras
- name: Update readme
run: >
uv --no-progress run --frozen --
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install project
run: |
uv --no-progress venv
uv --no-progress sync --all-extras
uv --no-progress sync --frozen --all-extras
- name: Generate labels
run: >
uv --no-progress run --frozen --
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ jobs:
- name: Install project
run: |
uv --no-progress venv
uv --no-progress sync --extra test
uv --no-progress sync --frozen --extra test
# CLI tests.
- name: mpm --help
Expand Down

0 comments on commit 7e63351

Please sign in to comment.