File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9292
9393 - name : Run all discovered checks against azure-template using uv as package manager
9494 run : |
95- python eng/scripts/dispatch_checks.py --checks "$AZPYSDK_CHECKS" azure-template
95+ sdk_build azure-template -d $(pwd)/wheels
96+ python eng/scripts/dispatch_checks.py --checks "$AZPYSDK_CHECKS" --wheel_dir $(pwd)/wheels azure-template
9697 shell : bash
9798 env :
9899 TOX_PIP_IMPL : " uv"
@@ -104,7 +105,7 @@ jobs:
104105
105106 - name : Run all discovered checks against azure-template using pip as package manager
106107 run : |
107- python eng/scripts/dispatch_checks.py --checks "$AZPYSDK_CHECKS" azure-template
108+ python eng/scripts/dispatch_checks.py --checks "$AZPYSDK_CHECKS" --wheel_dir $(pwd)/wheels azure-template
108109 shell : bash
109110
110111 dev-setup-and-import :
You can’t perform that action at this time.
0 commit comments