Pin trailets package as a temporary work around (#14339)

* Pin traitlets package, as a temporary measure

* oops
This commit is contained in:
Don Jayamanne 2023-09-19 08:53:34 +10:00 коммит произвёл GitHub
Родитель 6fe665fd5d
Коммит a7a1fab231
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 1 удалений

2
.github/workflows/build-test.yml поставляемый
Просмотреть файл

@ -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.

Просмотреть файл

@ -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

Просмотреть файл

@ -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