Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
06b573ab
Unverified
Commit
06b573ab
authored
Apr 08, 2022
by
J-shang
Committed by
GitHub
Apr 08, 2022
Browse files
[Bugbash] pin jupyterlab==3.0.9 in develop.txt (#4744)
parent
8ac072ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
dependencies/develop.txt
dependencies/develop.txt
+2
-1
pipelines/release.yml
pipelines/release.yml
+1
-1
No files found.
dependencies/develop.txt
View file @
06b573ab
...
@@ -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
...
...
pipelines/release.yml
View file @
06b573ab
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment