Skip to content

Commit

Permalink
Pin trailets package as a temporary work around (#14339)
Browse files Browse the repository at this point in the history
* Pin traitlets package, as a temporary measure

* oops
  • Loading branch information
DonJayamanne authored Sep 18, 2023
1 parent 6fe665f commit a7a1fab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ jobs:
run: |
python --version
python -c "import sys;print(sys.executable)"
python -m pip install jupyter notebook ipykernel ipython nbconvert nbformat --pre
python -m pip install jupyter notebook ipykernel ipython nbconvert nbformat jupyterlab traitlets --pre
# debugpy is not shipped, only installed for local tests.
# In production, we get debugpy from python extension.
Expand Down
1 change: 1 addition & 0 deletions build/venv-test-ipywidgets8-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ ipyleaflet
jinja2==3.1.2 # https://github.com/microsoft/vscode-jupyter/issues/9468#issuecomment-1078468039
matplotlib
ipympl
traitlets==5.9.0 # https://github.com/microsoft/vscode-jupyter/issues/14338
1 change: 1 addition & 0 deletions build/venv-test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ ipyleaflet
jinja2==3.1.2 # https://github.com/microsoft/vscode-jupyter/issues/9468#issuecomment-1078468039
matplotlib
ipympl
traitlets==5.9.0 # https://github.com/microsoft/vscode-jupyter/issues/14338

0 comments on commit a7a1fab

Please sign in to comment.