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 ccd8016 commit a82e526Copy full SHA for a82e526
action.yml
@@ -85,7 +85,8 @@ runs:
85
# Again, we're following snok/install-poetry's README.
86
- name: Locate poetry venv
87
id: poetry-venvs
88
- run: echo "dir=$(python -m poetry config virtualenvs.path)" >> "$GITHUB_OUTPUT"
+ run: |
89
+ echo "dir=$(python -m poetry env info -p || echo $(pwd)/.venv)" >> "$GITHUB_OUTPUT"
90
shell: bash
91
working-directory: ${{ inputs.working-directory }}
92
0 commit comments