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

+ 1 - 4
.circleci/config.yml

@@ -12,13 +12,10 @@ jobs:
     steps:
       - checkout
       - run:
-          name: build exo
+          name: build & run exo
           command: |
             /opt/homebrew/bin/python3.12 -m venv venv
             source venv/bin/activate
             pip install -U pip
             pip install -e .
-      - run:
-          name: run exo
-          command: |
             exo