mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Fix freeze
This commit is contained in:
parent
8307d2dc60
commit
6e7b541d65
1 changed files with 21 additions and 21 deletions
|
|
@ -113,7 +113,7 @@ _hr_freeze() {
|
|||
uv pip install keyrings.google-artifactregistry-auth==1.1.2 keyring
|
||||
|
||||
# Install project dependencies using the subprocess keyring provider
|
||||
uv pip install --no-cache -e .[test] --extra-index-url "${extra_index_url}" --keyring-provider subprocess
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue