[object Object]

← back to Exo

insstall in workflow

d9516d2eb49c027716651474cd72f4aebe58857e · 2024-07-20 00:00:00 -0700 · Alex Cheema

Files touched

Diff

commit d9516d2eb49c027716651474cd72f4aebe58857e
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sat Jul 20 00:00:00 2024 -0700

    insstall in workflow
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 12a2645f..97473218 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
     - name: Install dependencies
       run: |
         python3 -m pip install --upgrade pip
-        pip install -r requirements.txt
+        pip install .
     - name: Run integration test
       run: |
         # Start first instance

← 8efd6563 set different api ports so they dont conlict  ·  back to Exo  ·  fix tests b9a2c0f7 →