Skip to content

Commit 27b7bb4

Browse files
committed
Get path
1 parent 7a52d30 commit 27b7bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/visual-studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: Run Node tests
3131
shell: pwsh
3232
run: |
33-
$pythonLocation = (Get-Command python).Source
33+
$pythonLocation = Split-Path -Parent (Get-Command python).Source
3434
npm run test --python="${pythonLocation}\\python.exe" --msvs-version="${{ matrix.msvs-version }}"

0 commit comments

Comments
 (0)