Skip to content

Commit

Permalink
fix: check pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ijaric committed Sep 20, 2023
1 parent 7932032 commit 6a21e41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Install dependencies
run: |
make ci-init
Expand Down Expand Up @@ -63,6 +66,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Install repository dependencies
run: |
make ci-init
Expand Down

0 comments on commit 6a21e41

Please sign in to comment.