mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-07-12 23:13:24 +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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Poetry
|
||||||
|
uses: snok/install-poetry@v1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
make ci-init
|
make ci-init
|
||||||
|
|
Loading…
Reference in New Issue
Block a user