Skip to content

Commit 70b395f

Browse files
committed
ci: fix poetry export for poetry v2
1 parent 995da7d commit 70b395f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-poetry/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
- if: ${{ runner.os == 'macOS' && runner.arch == 'ARM64' }}
1010
run: |
1111
pip install poetry
12+
pip install poetry-plugin-export
1213
shell: bash
1314

1415
# NOTE: Below commands currently causes a faulty behaviour in pipx where
@@ -24,6 +25,7 @@ runs:
2425
- if: ${{ runner.os != 'macOS' || runner.arch != 'ARM64' }}
2526
run: |
2627
pipx install poetry ${{ runner.os == 'macOS' && '--python "$Python_ROOT_DIR/bin/python"' || '' }}
28+
pipx inject poetry poetry-plugin-export
2729
shell: bash
2830

2931
- name: Get full Python version

0 commit comments

Comments
 (0)