Skip to content

Commit 77e21fc

Browse files
committed
update
1 parent f059796 commit 77e21fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
- name: convert python dependencies to requirements.txt
177177
if: ${{ steps.check_languages.outputs.uses_poetry == 'true' }}
178178
run: |
179+
poetry self add poetry-plugin-export
179180
poetry export -f requirements.txt --with dev --without-hashes --output=requirements.txt
180181
cat requirements.txt
181182
- name: Check python licenses

0 commit comments

Comments
 (0)