Skip to content

Commit de13ae0

Browse files
committed
fix typo in docs ci
1 parent 1d11c82 commit de13ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/job.docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- script: ${{ platform.activate }} jupyterlab-lsp && jlpm || jlpm || jlpm
3535
displayName: install npm dependencies (for language servers)
3636

37-
- script: ${{ platform.activate }} jupyterlab-lsp && sspython -m pip install -e . --no-deps --ignore-installed
37+
- script: ${{ platform.activate }} jupyterlab-lsp && python -m pip install -e . --no-deps --ignore-installed
3838
displayName: dev install python (for introspection)
3939

4040
- script: ${{ platform.activate }} jupyterlab-lsp && python scripts/docs.py

0 commit comments

Comments
 (0)