Skip to content

Commit 4b01be4

Browse files
authored
Add "strawberry-graphql" extras to poetry install command
1 parent e361130 commit 4b01be4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Install poetry
2828
uses: abatilo/actions-poetry@v2
29+
with:
30+
poetry-version: ${{ matrix.poetry-version }}
2931

3032
- uses: actions/cache@v3
3133
name: Define a cache for the virtual environment based on the dependencies lock file
@@ -34,7 +36,7 @@ jobs:
3436
key: venv-${{ hashFiles('poetry.lock') }}
3537

3638
- name: Install the project dependencies
37-
run: poetry install
39+
run: poetry install --extras "strawberry-graphql"
3840

3941
- name: Lint with flake8
4042
run: |

0 commit comments

Comments
 (0)