Unverified Commit 06b573ab authored by J-shang's avatar J-shang Committed by GitHub
Browse files

[Bugbash] pin jupyterlab==3.0.9 in develop.txt (#4744)

parent 8ac072ae
...@@ -2,7 +2,8 @@ coverage ...@@ -2,7 +2,8 @@ coverage
cython cython
flake8 flake8
ipython ipython
jupyterlab < 3.1 jupyter
jupyterlab == 3.0.9
nbsphinx nbsphinx
pylint pylint
pyright pyright
......
...@@ -56,7 +56,7 @@ jobs: ...@@ -56,7 +56,7 @@ jobs:
- script: | - script: |
python -m pip install --upgrade pip setuptools wheel twine python -m pip install --upgrade pip setuptools wheel twine
python -m pip install jupyter jupyterlab python -m pip install -r dependencies/develop.txt
python test/vso_tools/build_wheel.py $(NNI_RELEASE) python test/vso_tools/build_wheel.py $(NNI_RELEASE)
displayName: Build wheel displayName: Build wheel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment