Skip to content

Commit bb43191

Browse files
authored
Fix post-build test to pass 'help' (#176)
1 parent c5801ab commit bb43191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
gcm pythonw
131131
132132
- name: 'Show help output'
133-
run: pymanager
133+
run: pymanager help
134134

135135
- name: 'Install default runtime'
136136
run: pymanager install default

ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ stages:
248248
displayName: 'Ensure global commands are present'
249249
250250
- powershell: |
251-
pymanager
251+
pymanager help
252252
displayName: 'Show help output'
253253
254254
- powershell: |

0 commit comments

Comments
 (0)