Browse Source

insstall in workflow

Alex Cheema 1 year ago
parent
commit
d9516d2eb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -33,7 +33,7 @@ jobs:
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
         python3 -m pip install --upgrade pip
         python3 -m pip install --upgrade pip
-        pip install -r requirements.txt
+        pip install .
     - name: Run integration test
     - name: Run integration test
       run: |
       run: |
         # Start first instance
         # Start first instance