diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 27432c9..0b5a278 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - 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 run: python3 -m pytest tests/ -v