Browse Source

fixed kinda

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

+ 2 - 2
.circleci/config.yml

@@ -82,7 +82,7 @@ version: 2.1
 workflows:
   benchmark:
     jobs:
-      - benchmark
+      - runner # Changed from benchmark to runner
 
 jobs:
   runner:
@@ -94,6 +94,6 @@ jobs:
           name: benchmark
           command: |
             python3 -m venv venv
-            . venv/bin/activate
+            . venv/activate
             pip install aiohttp
             python3 $HOME/Library/com.circleci.runner/workdir/.circleci/bench.py