Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions setup-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,13 @@ runs:
shell: bash
- name: Print Poetry version
run: poetry --version
shell: bash
- name: Log debug info
if: failure()
run: |
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
echo "PATH=$PATH"
echo "RUNNER_TEMP=$RUNNER_TEMP"
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
ls -al "$POETRY_BIN_DIR" "$POETRY_HOME" "$POETRY_HOME_BIN" || true
shell: bash
Loading