1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-07-12 18:23:25 +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

@ -21,7 +21,7 @@ jobs:
uses: hellofresh/action-changed-files@v2
with:
pattern: src/(?P<package>[^/]+)/
check-root:
name: Check root
runs-on: ubuntu-20.04
@ -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