Skip to content

Commit a27fffc

Browse files
committed
merge with master
2 parents 217379a + 5bf253e commit a27fffc

File tree

8,814 files changed

+803535
-2055625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,814 files changed

+803535
-2055625
lines changed

.devcontainer/init.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ sudo apt-get install -y powershell
3131
# init env
3232
python -m pip install -U pip > /dev/null
3333
python scripts/dev_setup.py -p azure-core > /dev/null
34-
pip install tox==4.15.0 > /dev/null
35-
pip install wheel==0.43.0 > /dev/null
36-
pip install setuptools==78.1.0 > /dev/null
37-
pip install setuptools-scm==8.3.0 > /dev/null
34+
pip install -r eng/ci_tools.txt > /dev/null
35+

0 commit comments

Comments
 (0)