thenatlog 11 months ago
parent
commit
e20a56de2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -21,7 +21,7 @@ jobs:
             exo run llama-3.2-3b --prompt "hello"
       - run:
           name: run benchmark
-          command |
+          command: |
             /opt/homebrew/bin/python3.12 -m venv venv
             source venv/bin/activate
             pip install -U pip