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 c5801ab commit bb43191Copy full SHA for bb43191
.github/workflows/build.yml
@@ -130,7 +130,7 @@ jobs:
130
gcm pythonw
131
132
- name: 'Show help output'
133
- run: pymanager
+ run: pymanager help
134
135
- name: 'Install default runtime'
136
run: pymanager install default
ci/release.yml
@@ -248,7 +248,7 @@ stages:
248
displayName: 'Ensure global commands are present'
249
250
- powershell: |
251
- pymanager
+ pymanager help
252
displayName: 'Show help output'
253
254
0 commit comments