We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d11c82 commit de13ae0Copy full SHA for de13ae0
ci/job.docs.yml
@@ -34,7 +34,7 @@ jobs:
34
- script: ${{ platform.activate }} jupyterlab-lsp && jlpm || jlpm || jlpm
35
displayName: install npm dependencies (for language servers)
36
37
- - script: ${{ platform.activate }} jupyterlab-lsp && sspython -m pip install -e . --no-deps --ignore-installed
+ - script: ${{ platform.activate }} jupyterlab-lsp && python -m pip install -e . --no-deps --ignore-installed
38
displayName: dev install python (for introspection)
39
40
- script: ${{ platform.activate }} jupyterlab-lsp && python scripts/docs.py
0 commit comments