diff --git a/.github/workflows/elasticapp.yml b/.github/workflows/elasticapp.yml index 47377552..92602a20 100644 --- a/.github/workflows/elasticapp.yml +++ b/.github/workflows/elasticapp.yml @@ -25,8 +25,13 @@ jobs: with: python-version: ${{ matrix.python-version }} + - name: Install PyElastica + run: | + pip install . -v + - name: Install elasticapp backend - run: pip install ./backend -v + run: | + pip install ./backend -v - name: Run elasticapp tests run: |