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

+ 1 - 3
.circleci/config.yml

@@ -12,10 +12,8 @@ jobs:
     steps:
       - checkout
       - run:
-          name: benchmark
           command: |
-            python312 -m venv venv
+            python3.12 -m venv venv
             source venv/bin/activate
             pip install -U pip
             pip install -e .
-      - run: echo "Hi I'm on Runners!"