Skip to content

Commit 7328adc

Browse files
committed
ci: fix poetry export for poetry v2
1 parent 995da7d commit 7328adc

File tree

2 files changed

+35
-29
lines changed

2 files changed

+35
-29
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

poetry.lock

Lines changed: 33 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)