mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 19:43:12 +00:00
Add hr db sops
This commit is contained in:
parent
59652e954f
commit
ee3321b408
3 changed files with 9 additions and 5 deletions
|
|
@ -114,8 +114,8 @@ _hr_freeze() {
|
|||
uv pip install --no-cache -e .[test] --extra-index-url "${extra_index_url}" --keyring-provider subprocess
|
||||
|
||||
# Generate requirements.txt
|
||||
echo "--extra-index-url ${extra_index_url}" > requirements.txt
|
||||
uv pip freeze --exclude-editable >> requirements.txt
|
||||
echo "--extra-index-url ${extra_index_url}" >requirements.txt
|
||||
uv pip freeze --exclude-editable >>requirements.txt
|
||||
}
|
||||
|
||||
hr() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue