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 d248a0a commit c323de2Copy full SHA for c323de2
.github/workflows/installer.yml
@@ -152,6 +152,8 @@ jobs:
152
- name: Install Homebrew
153
run: |
154
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
157
158
- name: Install Python
159
run: brew install python
@@ -160,7 +162,7 @@ jobs:
160
162
161
163
eval "$(/opt/homebrew/bin/brew shellenv)"
164
python -m site
- ls -all python
165
+ ls -all $(which python)
166
curl -sSL https://install.python-poetry.org | python -
167
168
- name: Test Poetry
0 commit comments