Skip to content

Commit c32b242

Browse files
author
Kartik Raj
authored
Set CI_PYTHON_VERSION to point to matrix python in GHA (#13583)
1 parent 06e8b89 commit c32b242

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/insiders.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,18 +330,24 @@ jobs:
330330
if: matrix.test-suite == 'venv'
331331

332332
- name: Run single-workspace tests
333+
env:
334+
CI_PYTHON_VERSION: ${{matrix.python}}
333335
uses: GabrielBB/[email protected]
334336
with:
335337
run: npm run testSingleWorkspace
336338
if: matrix.test-suite == 'single-workspace'
337339

338340
- name: Run multi-workspace tests
341+
env:
342+
CI_PYTHON_VERSION: ${{matrix.python}}
339343
uses: GabrielBB/[email protected]
340344
with:
341345
run: npm run testMultiWorkspace
342346
if: matrix.test-suite == 'multi-workspace'
343347

344348
- name: Run debugger tests
349+
env:
350+
CI_PYTHON_VERSION: ${{matrix.python}}
345351
uses: GabrielBB/[email protected]
346352
with:
347353
run: npm run testDebugger

0 commit comments

Comments
 (0)