Skip to content

Commit af16ff4

Browse files
committed
we should use the wheel dir to fix the parallelism issues
1 parent 526a5f5 commit af16ff4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/azure-sdk-tools.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
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:

0 commit comments

Comments
 (0)