Parcourir la source

remove redundant jq installation

Alex Cheema il y a 8 mois
Parent
commit
216e7bff2d
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      .circleci/config.yml

+ 0 - 3
.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