Skip to content

Commit fc21512

Browse files
committed
fix typo
1 parent 415c77d commit fc21512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
186186
- name: Test Poetry
187187
run: |
188-
ls -all /Library/Frameworks/Python.framework/Versions/Current/bin/python | :
188+
ls -all /Library/Frameworks/Python.framework/Versions/Current/bin/python || :
189189
python -m site
190190
ls -all $(which python)
191191
cd foo

0 commit comments

Comments
 (0)