Skip to content

Commit 9449051

Browse files
authored
Use ci_tools.txt in init.sh (Azure#42654)
* use ci_tools in init * output to dev/null * new line
1 parent 68a80bf commit 9449051

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
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)