Skip to content

Commit fa8f21f

Browse files
committed
Fix for GH action - add the export plugin to poetry
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
1 parent 04031cf commit fa8f21f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate_requirements_for_clever_cloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- name: Install dependencies
3434
run: poetry install
3535

36+
- name: Install the export plugin
37+
run: poetry self add poetry-plugin-export
3638

3739
- name: Export requirements.txt
3840
run: |

0 commit comments

Comments
 (0)