Skip to content

Commit 09d6ce8

Browse files
authored
in a previous build, we ensured that all requirements at rest are properly updated. this means that using a freshmade package always doesn't make sense anymore. not only that, but for packages like azure-storage-extensions, we SHOULDNT built it again (#34431)
1 parent 153e483 commit 09d6ce8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/tox/tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ commands =
383383
python {repository_root}/eng/tox/create_package_and_install.py \
384384
-d {envtmpdir} \
385385
-p {tox_root} \
386-
-w {envtmpdir} \
387-
--force-create true
386+
-w {envtmpdir}
388387
python -m pip freeze
389388
python {repository_root}/eng/tox/import_all.py -t {tox_root}
390389

0 commit comments

Comments
 (0)