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 1ef77ce commit fd740fdCopy full SHA for fd740fd
.github/workflows/azure-sdk-tools.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Install azure-sdk-tools on in global uv, discover azpysdk checks
72
run: |
73
- uv pip install --system eng/tools/azure-sdk-tools[build,ghtools,conda]
+ uv pip install --system eng/tools/azure-sdk-tools[build,ghtools,conda,systemperf]
74
75
# Discover available azpysdk commands from the {command1,command2,...} line in help output
76
CHECKS=$(azpysdk -h 2>&1 | \
0 commit comments