Update Helicone mitm to pin to a specific version (#182)

Co-authored-by: Justin Torre <justintorre75@gmail.com>
This commit is contained in:
merwanehamadi
2023-07-23 12:24:12 -07:00
committed by GitHub
parent 698588b491
commit 6713a3729f

View File

@@ -162,7 +162,7 @@ jobs:
${prefix}agbenchmark start --mock --category=memory
${prefix}agbenchmark start --mock --category=iterate
else
curl -s https://raw.githubusercontent.com/Helicone/helicone/main/mitmproxy.sh | bash -s start
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Helicone/helicone/0ed90e3203f172ed05d5754bc0b95a584689233c/mitmproxy.sh)" -s start
${prefix}agbenchmark start || echo "This command will always return a non zero exit code unless all the challenges are solved."
fi