Skip to content

Commit d664007

Browse files
committed
fix: Install poetry-plugin-export plugin in pipeline
1 parent 64ca4bf commit d664007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: python -m pip install --force setuptools wheel
6262

6363
- name: Install pipenv / poetry
64-
run: python -m pip install pipenv poetry
64+
run: python -m pip install pipenv poetry && poetry self add poetry-plugin-export
6565

6666
- name: Install serverless
6767
run: npm install -g serverless@${{ matrix.sls-version }}

0 commit comments

Comments
 (0)