ci: add --ignore-installed to avoid typing_extensions uninstall error
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Python deps
|
- name: Install Python deps
|
||||||
run: pip3 install --break-system-packages "python-lsp-server[all]" lsprotocol pytest pytest-asyncio aiohttp 2>&1 | tail -5
|
run: pip3 install --break-system-packages --ignore-installed "python-lsp-server[all]" lsprotocol pytest pytest-asyncio aiohttp 2>&1 | tail -5
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: python3 -m pytest tests/ -v
|
run: python3 -m pytest tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user