[object Object]

← back to Exo

remove redundant jq installation

216e7bff2d1abb74a36244e7597c8bb65fb4a4b1 · 2024-11-25 14:41:15 +0400 · Alex Cheema

Files touched

Diff

commit 216e7bff2d1abb74a36244e7597c8bb65fb4a4b1
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Mon Nov 25 14:41:15 2024 +0400

    remove redundant jq installation
---
 .circleci/config.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 86eac81d..8ecc6ca1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -20,9 +20,6 @@ commands:
           command: |
             source env/bin/activate
 
-            # Install jq
-            brew install jq
-
             # Set CLANG=1 for tinygrad only
             if [ "<<parameters.inference_engine>>" = "tinygrad" ]; then
               pip install llvmlite

← 5d3ac40f use jq to check response content circleci  ·  back to Exo  ·  fix dummy inference f601a830 →