Skip to content

Commit aa656a2

Browse files
authored
Merge pull request #239 from cloudblue/LITE-33302-bump-python-version
LITE-33302 Add poetry-plugin-export dependency plugin
2 parents 3c1528d + 9eed43d commit aa656a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install dependencies
102102
run: |
103103
python -m pip install --upgrade pip
104-
pip install poetry pynsist wheel
104+
pip install poetry pynsist wheel poetry-plugin-export
105105
poetry install
106106
- name: Checkout latest reports repository
107107
run: |

0 commit comments

Comments
 (0)