Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Aug 11, 2023
1 parent 0935a77 commit 6d1824f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omnibus/config/software/datadog-agent-integrations-py3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
# Keeping the custom env requirements lines apart to install them with a specific env
requirements_custom.each do |lib, lib_req|
if Regexp.new('^' + lib + '==').freeze.match line
command "echo 'custom: #{line}''"
lib_req["req_lines"].push(line)
end
end
Expand Down

0 comments on commit 6d1824f

Please sign in to comment.