We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9463ae2 commit 7ee43ecCopy full SHA for 7ee43ec
.github/workflows/build.yml
@@ -117,6 +117,10 @@ jobs:
117
# We need to have debugpy so that tests relying on it keep passing, but we don't need install_debugpy's logic in the test phase.
118
python -m pip --disable-pip-version-check install -t ./pythonFiles/lib/python --no-cache-dir --implementation py --no-deps --upgrade --pre debugpy
119
120
+ - name: Install Jedi LSP requirements
121
+ run: python -m pip --disable-pip-version-check install -t ./pythonFiles/lib/jedilsp --no-cache-dir --implementation py --no-deps --upgrade -r ./jedils_requirements.txt
122
+ if: startsWith(matrix.python, 3.)
123
+
124
- name: Install test requirements
125
run: python -m pip install --upgrade -r build/test-requirements.txt
126
0 commit comments