Skip to content

Commit 2b67c89

Browse files
authored
Resolve CI Conflict within ai builds (#33995)
* during nightly runs, our packages should have versions set to alpha versions. this removes it from the single location in tox.ini
1 parent 8262041 commit 2b67c89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

eng/pipelines/templates/steps/build-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ steps:
3131
parameters:
3232
versionSpec: '${{ parameters.PythonVersion }}'
3333

34+
- template: set-dev-build.yml
35+
parameters:
36+
ServiceDirectory: ${{ parameters.ServiceDirectory }}
37+
3438
- pwsh: |
3539
$ErrorActionPreference = 'Stop'
3640
$PSNativeCommandUseErrorActionPreference = $true

eng/tox/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ deps =
380380
{[packaging]pkgs}
381381
commands =
382382
python -m pip install {repository_root}/tools/azure-sdk-tools --no-deps
383-
python {repository_root}/eng/tox/sanitize_setup.py -t {tox_root}
384383
python {repository_root}/eng/tox/create_package_and_install.py \
385384
-d {envtmpdir} \
386385
-p {tox_root} \

0 commit comments

Comments
 (0)