Skip to content

Commit 045415f

Browse files
committed
fix output
1 parent 3da25c5 commit 045415f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,11 @@ jobs:
169169
run: |
170170
brew install [email protected]
171171
echo "$(brew --prefix [email protected])/libexec/bin" >> $GITHUB_PATH
172-
hash -r
173-
python -m site
174-
ls -all $(which python)
175172
176173
- name: Test Poetry
177174
run: |
178175
python -m site
176+
ls -all $(which python)
179177
poetry new foo
180178
cd foo
181179
poetry add pycowsay

0 commit comments

Comments
 (0)