removed pylsp-mypy due to process leak
Some checks failed
CI / docker (push) Has been cancelled

This commit is contained in:
2024-05-26 10:33:04 +08:00
parent 38cc60ee89
commit a480d49a8c

View File

@@ -15,7 +15,7 @@ RUN venv/bin/pip install notebook
RUN venv/bin/pip install ipywidgets RUN venv/bin/pip install ipywidgets
RUN venv/bin/pip install jupyterlab-lsp RUN venv/bin/pip install jupyterlab-lsp
RUN venv/bin/pip install python-lsp-server[yapf,rope,pyflakes] RUN venv/bin/pip install python-lsp-server[yapf,rope,pyflakes]
RUN venv/bin/pip install pylsp-mypy #RUN venv/bin/pip install pylsp-mypy
RUN venv/bin/pip install solders RUN venv/bin/pip install solders
RUN venv/bin/pip install solana RUN venv/bin/pip install solana
ENV PATH="/home/jovyan/venv/bin/:$PATH" ENV PATH="/home/jovyan/venv/bin/:$PATH"