Skip to content

Commit

Permalink
Update elasticapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 authored Jul 12, 2024
1 parent d005f62 commit 5317d78
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/elasticapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5317d78

Please sign in to comment.