Skip to content

Commit

Permalink
and this
Browse files Browse the repository at this point in the history
  • Loading branch information
avilaton committed Jul 13, 2024
1 parent af8f65b commit 07588a0
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,6 @@ def pip_compile_options_fingerprint(options)
)
end

def pip_compile_command(filename)
if (requirements_file = compiled_file_for_filename(filename)) &&
requirements_file.content.include?("autogenerated by uv")
return "pyenv exec uv pip compile"
end

"pyenv exec pip-compile"
end

def pip_compile_options(filename)
options = @build_isolation ? ["--build-isolation"] : ["--no-build-isolation"]
options += pip_compile_index_options
Expand Down

0 comments on commit 07588a0

Please sign in to comment.