1
0
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:
Artem Litvinov 2023-09-19 00:04:53 +01:00
parent 848e7f059f
commit 2e26578fc6

View File

@ -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