Browse Source

venv again

thenatlog 1 year ago
parent
commit
d4652789c3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .circleci/config.yml

+ 3 - 1
.circleci/config.yml

@@ -14,5 +14,7 @@ jobs:
       - run:
           name: benchmark
           command: |
-            sh install.sh
+            python3 -m venv venv
+            . venv/bin/activate
+            pip install aiohttp
             python3 $HOME/Library/Preferences/com.circleci.runner/workdir/.circleci/bench.py