We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995da7d commit 70b395fCopy full SHA for 70b395f
.github/actions/setup-poetry/action.yaml
@@ -9,6 +9,7 @@ runs:
9
- if: ${{ runner.os == 'macOS' && runner.arch == 'ARM64' }}
10
run: |
11
pip install poetry
12
+ pip install poetry-plugin-export
13
shell: bash
14
15
# NOTE: Below commands currently causes a faulty behaviour in pipx where
@@ -24,6 +25,7 @@ runs:
24
25
- if: ${{ runner.os != 'macOS' || runner.arch != 'ARM64' }}
26
27
pipx install poetry ${{ runner.os == 'macOS' && '--python "$Python_ROOT_DIR/bin/python"' || '' }}
28
+ pipx inject poetry poetry-plugin-export
29
30
31
- name: Get full Python version
0 commit comments