Remove basedpyright shell command test (LSP only available in Neovim)

Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-13 10:26:07 +00:00
commit 3787de151c

View file

@ -170,11 +170,6 @@ jobs:
run: |
cd "$TEST_PYTHON_DIR"
nix develop --command bash -c "uv --version"
- name: Test basedpyright LSP is available
run: |
cd "$TEST_PYTHON_DIR"
nix develop --command bash -c "basedpyright --version"
test-with-julia:
runs-on: ubuntu-latest