mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 06:23:28 +00:00
fix: check pr workflow
This commit is contained in:
parent
7932032950
commit
0f1d74e406
21
.github/workflows/check-pr.yaml
vendored
21
.github/workflows/check-pr.yaml
vendored
|
@ -29,10 +29,22 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.11"]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
make ci-init
|
||||
|
@ -54,6 +66,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
package: ${{ fromJson(needs.generate-matrix.outputs.packages-matrix).include[*].package }}
|
||||
python-version: ["3.11"]
|
||||
fail-fast: false
|
||||
|
||||
permissions:
|
||||
|
@ -63,6 +76,14 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
|
||||
- name: Install repository dependencies
|
||||
run: |
|
||||
make ci-init
|
||||
|
|
1
src/fastapi_app/.python-version
Normal file
1
src/fastapi_app/.python-version
Normal file
|
@ -0,0 +1 @@
|
|||
3.11.4
|
1
src/fastapi_example/.python-version
Normal file
1
src/fastapi_example/.python-version
Normal file
|
@ -0,0 +1 @@
|
|||
3.11.4
|
1
src/python-service/.python-version
Normal file
1
src/python-service/.python-version
Normal file
|
@ -0,0 +1 @@
|
|||
3.11.4
|
Loading…
Reference in New Issue
Block a user