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 7191afe commit 479b0c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
- name: Install project dependencies
run: poetry install
- name: Install bpm-ai-core dependencies
run: poetry install --directory=bpm-ai-core
- name: Install bpm-ai dependencies
run: poetry install --directory=bpm-ai
- name: Run pytest
run: poetry pytest

0 comments on commit 479b0c7

Please sign in to comment.