Skip to content

Commit 700caad

Browse files
author
Kartik Raj
authored
Fix failing debugger tests on GHA (microsoft#11573)
* Fix failing debugger tests on GHA * Install wheels first * Remove wheel from requirements
1 parent 8633a8d commit 700caad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,14 @@ jobs:
278278
python -m pip install --upgrade -r ./build/ipython-test-requirements.txt
279279
if: matrix.test-suite == 'python-unit'
280280

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+
281289
- name: Install functional test requirements
282290
run: |
283291
python -m pip install numpy

0 commit comments

Comments
 (0)