mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-31 07:47:27 +00:00
Add --locked
to uv sync
in GitHub Actions guide (#12819)
## Summary Closes #10793 As requested by @konstin in - https://github.com/astral-sh/uv/issues/10793#issuecomment-2603869549
This commit is contained in:
parent
7a18e4429d
commit
59220ca507
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ jobs:
|
|||
uses: astral-sh/setup-uv@v5
|
||||
|
||||
- name: Install the project
|
||||
run: uv sync --all-extras --dev
|
||||
run: uv sync --locked --all-extras --dev
|
||||
|
||||
- name: Run tests
|
||||
# For example, using `pytest`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue