Skip to content

Commit

Permalink
Update uv sync command in setup and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Feb 20, 2025
1 parent 8700579 commit b3793ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uv export -o requirements.txt
3. Sync dependencies:

```sh
uv sync --locked
uv sync
```

## Updating Dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ cd "${INSTALL_PATH}" || {
exit 1
}

"$HOME/.local/bin/uv" sync --locked --no-dev
"$HOME/.local/bin/uv" sync --frozen --no-dev

echo "
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Expand Down

0 comments on commit b3793ba

Please sign in to comment.