We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a80bf commit 9449051Copy full SHA for 9449051
.devcontainer/init.sh
@@ -31,7 +31,5 @@ sudo apt-get install -y powershell
31
# init env
32
python -m pip install -U pip > /dev/null
33
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
+pip install -r eng/ci_tools.txt > /dev/null
+
0 commit comments