We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8633a8d commit 700caadCopy full SHA for 700caad
.github/workflows/ci.yml
@@ -278,6 +278,14 @@ jobs:
278
python -m pip install --upgrade -r ./build/ipython-test-requirements.txt
279
if: matrix.test-suite == 'python-unit'
280
281
+ - name: Install Debugpy wheels
282
+ run: |
283
+ python -m pip install wheel
284
+ python -m pip --disable-pip-version-check install -r build/debugger-install-requirements.txt
285
+ python ./pythonFiles/install_debugpy.py
286
+ shell: bash
287
+ if: matrix.test-suite == 'debugger' && matrix.python == 3.8
288
+
289
- name: Install functional test requirements
290
run: |
291
python -m pip install numpy
0 commit comments