Skip to content

Commit c323de2

Browse files
committed
fix ls
1 parent d248a0a commit c323de2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/installer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
- name: Install Homebrew
153153
run: |
154154
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
155+
echo >> /Users/runner/.bash_profile
156+
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/runner/.bash_profile
155157
156158
- name: Install Python
157159
run: brew install python
@@ -160,7 +162,7 @@ jobs:
160162
run: |
161163
eval "$(/opt/homebrew/bin/brew shellenv)"
162164
python -m site
163-
ls -all python
165+
ls -all $(which python)
164166
curl -sSL https://install.python-poetry.org | python -
165167
166168
- name: Test Poetry

0 commit comments

Comments
 (0)