Skip to content

Commit d248a0a

Browse files
committed
display python site
1 parent d4848b5 commit d248a0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/installer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
- name: Install Poetry
160160
run: |
161161
eval "$(/opt/homebrew/bin/brew shellenv)"
162+
python -m site
163+
ls -all python
162164
curl -sSL https://install.python-poetry.org | python -
163165
164166
- name: Test Poetry

0 commit comments

Comments
 (0)