mirror of https://github.com/astral-sh/uv
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
|
|
@ -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…
Reference in New Issue