mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-07-12 18:13:25 +00:00
Install Poetry for check-pr action
This commit is contained in:
parent
848e7f059f
commit
2e26578fc6
3
.github/workflows/check-pr.yaml
vendored
3
.github/workflows/check-pr.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user