Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo authored Dec 30, 2023
1 parent 479b0c7 commit e5d0476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
poetry-version: "1.6.1"
- name: Install bpm-ai-core dependencies
run: poetry install --directory=bpm-ai-core
run: poetry install --directory=bpm-ai-core --with=test
- name: Install bpm-ai dependencies
run: poetry install --directory=bpm-ai
run: poetry install --directory=bpm-ai --with=test
- name: Run pytest
run: poetry pytest

0 comments on commit e5d0476

Please sign in to comment.